C# Class Netsy.Listings.App

Application object For the Netsy Listings Control
Inheritance: Application
Show file Open project: AnthonySteele/Netsy

Public Methods

Method Description
App ( ) : System

Initializes a new instance of the App class

Private Methods

Method Description
Application_Exit ( object sender, EventArgs e ) : void

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

Method Details

App() public method

Initializes a new instance of the App class
public App ( ) : System
return System