C# Class BlueSky.App

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

Public Methods

Method Description
App ( ) : System

Private Methods

Method Description
Application_DispatcherUnhandledException ( object sender, System e ) : void
CurrentDomain_ProcessExit ( object sender, EventArgs e ) : void
CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
Dispatcher_UnhandledException ( object sender, System e ) : void
GracefulExit ( ) : void
HideMouseBusy ( ) : void
HideProgressbar ( ) : void
InitializeComponent ( ) : void
Main ( ) : void
ShowMouseBusy ( ) : void
ShowProgressbar ( ) : void
window_Closed ( object sender, EventArgs e ) : void

Method Details

App() public method

public App ( ) : System
return System