Method | Description | |
---|---|---|
App ( ) : System |
Initializes a new instance of the App class
|
Method | Description | |
---|---|---|
Application_Exit ( object sender, |
shutdown event handler
|
|
Application_Startup ( object sender, System.Windows.StartupEventArgs e ) : void |
Startup event handler
|
|
Application_UnhandledException ( object sender, System.Windows.ApplicationUnhandledExceptionEventArgs e ) : void |
Exception handler
|
|
ReportErrorToDOM ( System.Windows.ApplicationUnhandledExceptionEventArgs e ) : void |
Send the error into the browser
|
|
ResolveViewModel ( ) : ListingsControlViewModel |
Use the unity container to resolve the viewmodel
|