C# Class Octgn.OctgnApp

Inheritance: System.Windows.Application
Afficher le fichier Open project: octgn/OCTGN

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
CurrentDomainFirstChanceException ( object sender, FirstChanceExceptionEventArgs e ) : void
CurrentDomainOnAssemblyLoad ( object sender, AssemblyLoadEventArgs args ) : void
CurrentDomainUnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
CurrentOnDispatcherUnhandledException ( object sender, DispatcherUnhandledExceptionEventArgs e ) : void
ShowErrorMessageBox ( string title, string message ) : void

Method Details

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