C# Класс Octgn.OctgnApp

Наследование: System.Windows.Application
Показать файл Открыть проект

Защищенные методы

Метод Описание
OnExit ( System.Windows.ExitEventArgs e ) : void
OnStartup ( System.Windows.StartupEventArgs e ) : void

Приватные методы

Метод Описание
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

Описание методов

OnExit() защищенный Метод

protected OnExit ( System.Windows.ExitEventArgs e ) : void
e System.Windows.ExitEventArgs
Результат void

OnStartup() защищенный Метод

protected OnStartup ( System.Windows.StartupEventArgs e ) : void
e System.Windows.StartupEventArgs
Результат void