C# 클래스 Ninject.Extensions.ContextPreservation.App

The main class of the unittests.
상속: System.Windows.Application
파일 보기 프로젝트 열기: ninject/Ninject.Extensions.ContextPreservation

공개 메소드들

메소드 설명
App ( ) : System

Initializes a new instance of the App class.

CustomInitializeComponent ( ) : void

Customs implementation of initialize component.

비공개 메소드들

메소드 설명
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.

메소드 상세

App() 공개 메소드

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

CustomInitializeComponent() 공개 메소드

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