Added missing reference to MediaBrowser.Common

2nd launch of ServerApplication will call OpenDashboard
This commit is contained in:
RedShirtMB Mark Linton redshirt linton
2012-08-05 09:09:45 -07:00
parent 2abc0e9020
commit debc4e6ae5
4 changed files with 10 additions and 4 deletions

View File

@@ -65,7 +65,7 @@ namespace MediaBrowser.ServerApplication
private void cmOpenDashboard_click(object sender, RoutedEventArgs e)
{
App.OpenDashboard();
}
private void cmVisitCT_click(object sender, RoutedEventArgs e)