C# Class Apricot.App

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

Méthodes publiques

Méthode Description
App ( ) : System

Méthodes protégées

Méthode Description
OnExit ( System.Windows.ExitEventArgs e ) : void
OnSessionEnding ( System.Windows.SessionEndingCancelEventArgs e ) : void
OnStartup ( System.Windows.StartupEventArgs e ) : void

Private Methods

Méthode Description
OnDispatcherUnhandledException ( object sender, System e ) : void

Method Details

App() public méthode

public App ( ) : System
Résultat System

OnExit() protected méthode

protected OnExit ( System.Windows.ExitEventArgs e ) : void
e System.Windows.ExitEventArgs
Résultat void

OnSessionEnding() protected méthode

protected OnSessionEnding ( System.Windows.SessionEndingCancelEventArgs e ) : void
e System.Windows.SessionEndingCancelEventArgs
Résultat void

OnStartup() protected méthode

protected OnStartup ( System.Windows.StartupEventArgs e ) : void
e System.Windows.StartupEventArgs
Résultat void