C# Class Octgn.OctgnApp

Inheritance: System.Windows.Application
Show file Open project: octgn/OCTGN

Protected Methods

Method Description
OnExit ( System.Windows.ExitEventArgs e ) : void
OnStartup ( System.Windows.StartupEventArgs e ) : void

Private Methods

Method 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 method

protected OnExit ( System.Windows.ExitEventArgs e ) : void
e System.Windows.ExitEventArgs
return void

OnStartup() protected method

protected OnStartup ( System.Windows.StartupEventArgs e ) : void
e System.Windows.StartupEventArgs
return void