C# Class Ninject.App

The main class of the unittests.
Inheritance: System.Windows.Application
Afficher le fichier Open project: Qiredev/ninject

Méthodes publiques

Méthode Description
App ( ) : System

Initializes a new instance of the App class.

CustomInitializeComponent ( ) : void

Customs implementation of initialize component.

Private Methods

Méthode Description
Application_Exit ( object sender, EventArgs e ) : void

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.

Method Details

App() public méthode

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

CustomInitializeComponent() public méthode

Customs implementation of initialize component.
public CustomInitializeComponent ( ) : void
Résultat void