C# Class Rock.Apps.StatementGenerator.App

Interaction logic for App.xaml
Inheritance: System.Windows.Application
Afficher le fichier Open project: SparkDevNetwork/Rock

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the App class.
public App ( ) : System.IO
Résultat System.IO

App_DispatcherUnhandledException() public méthode

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.
Résultat void