C# Class SidebarDiagnostics.App

Interaction logic for App.xaml
Inheritance: System.Windows.Application
Show file Open project: ArcadeRenegade/SidebarDiagnostics

Private Properties

Property Type Description
AppDomain_Error void
AppUpdate System.Threading.Tasks.Task
CheckSettings void
Close_Click void
Donate_Click void
GitHub_Click void
Graph_Click void
Hide_Click void
Reload_Click void
Settings_Click void
Show_Click void
SquirrelUpdate Task
TrayIcon_TrayContextMenuOpen void
Update_Click void
Visibility_SubmenuOpened void

Public Methods

Method Description
OpenGraph ( ) : void
OpenSettings ( ) : void
RefreshIcon ( ) : void
ShowPerformanceCounterError ( ) : void
StartApp ( bool openSettings ) : void

Protected Methods

Method Description
OnExit ( System.Windows.ExitEventArgs e ) : void
OnStartup ( System.Windows.StartupEventArgs e ) : void

Private Methods

Method Description
AppDomain_Error ( object sender, UnhandledExceptionEventArgs e ) : void
AppUpdate ( bool showInfo ) : System.Threading.Tasks.Task
CheckSettings ( ) : void
Close_Click ( object sender, EventArgs e ) : void
Donate_Click ( object sender, RoutedEventArgs e ) : void
GitHub_Click ( object sender, RoutedEventArgs e ) : void
Graph_Click ( object sender, EventArgs e ) : void
Hide_Click ( object sender, EventArgs e ) : void
Reload_Click ( object sender, EventArgs e ) : void
Settings_Click ( object sender, EventArgs e ) : void
Show_Click ( object sender, EventArgs e ) : void
SquirrelUpdate ( bool showInfo ) : Task
TrayIcon_TrayContextMenuOpen ( object sender, RoutedEventArgs e ) : void
Update_Click ( object sender, RoutedEventArgs e ) : void
Visibility_SubmenuOpened ( object sender, EventArgs e ) : void

Method Details

OnExit() protected method

protected OnExit ( System.Windows.ExitEventArgs e ) : void
e System.Windows.ExitEventArgs
return void

OnStartup() protected method

protected OnStartup ( System.Windows.StartupEventArgs e ) : void
e System.Windows.StartupEventArgs
return void

OpenGraph() public method

public OpenGraph ( ) : void
return void

OpenSettings() public method

public OpenSettings ( ) : void
return void

RefreshIcon() public static method

public static RefreshIcon ( ) : void
return void

ShowPerformanceCounterError() public static method

public static ShowPerformanceCounterError ( ) : void
return void

StartApp() public static method

public static StartApp ( bool openSettings ) : void
openSettings bool
return void