C# Класс Rock.Apps.StatementGenerator.App

Interaction logic for App.xaml
Наследование: System.Windows.Application
Показать файл Открыть проект

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

Метод Описание
App ( ) : System.IO

Initializes a new instance of the App class.

App_DispatcherUnhandledException ( object sender, System e ) : void

Handles the DispatcherUnhandledException event of the App control.

Описание методов

App() публичный Метод

Initializes a new instance of the App class.
public App ( ) : System.IO
Результат System.IO

App_DispatcherUnhandledException() публичный Метод

Handles the DispatcherUnhandledException event of the App control.
public App_DispatcherUnhandledException ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
Результат void