C# Класс Ninject.App

The main class of the unittests.
Наследование: System.Windows.Application
Показать файл Открыть проект

Открытые методы

Метод Описание
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