C# Class Rock.Apps.StatementGenerator.App

Interaction logic for App.xaml
Inheritance: System.Windows.Application
Mostra file Open project: SparkDevNetwork/Rock

Public Methods

Method Description
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.

Method Details

App() public method

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

App_DispatcherUnhandledException() public method

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.
return void