C# Class Ninject.App

The main class of the unittests.
Inheritance: System.Windows.Application
Show file Open project: Qiredev/ninject

Public Methods

Method Description
App ( ) : System

Initializes a new instance of the App class.

CustomInitializeComponent ( ) : void

Customs implementation of initialize component.

Private Methods

Method 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 method

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

CustomInitializeComponent() public method

Customs implementation of initialize component.
public CustomInitializeComponent ( ) : void
return void