C# Class Waf.BookLibrary.Library.Presentation.App

Inheritance: System.Windows.Application
Afficher le fichier Open project: jbe2277/waf

Méthodes publiques

Méthode Description
App ( ) : System

Méthodes protégées

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

Private Methods

Méthode Description
AppDispatcherUnhandledException ( object sender, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs e ) : void
AppDomainUnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
HandleException ( Exception e, bool isTerminating ) : 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

OnStartup() protected méthode

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