Method | Description | |
---|---|---|
App ( ) : System |
Initializes a new instance of the App class.
|
|
CustomInitializeComponent ( ) : void |
Customs implementation of initialize component.
|
Method | Description | |
---|---|---|
Application_Exit ( object sender, |
Handles the Exit event of the Application control.
|
|
Application_Startup ( object sender, System.Windows.StartupEventArgs e ) : void |
Handles the Startup event of the Application control.
|
|
Application_UnhandledException ( object sender, System.Windows.ApplicationUnhandledExceptionEventArgs e ) : void |
Handles the UnhandledException event of the Application control.
|
|
ReportErrorToDOM ( System.Windows.ApplicationUnhandledExceptionEventArgs e ) : void |
Reports the error to DOM.
|