C# Class Netsy.Listings.App

Application object For the Netsy Listings Control
Inheritance: Application
Afficher le fichier Open project: AnthonySteele/Netsy

Méthodes publiques

Méthode Description
App ( ) : System

Initializes a new instance of the App class

Private Methods

Méthode 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 méthode

Initializes a new instance of the App class
public App ( ) : System
Résultat System