C# Class Apricot.App

Interaction logic for App.xaml
Inheritance: System.Windows.Application
ファイルを表示 Open project: kawatan/Apricot

Public Methods

Method Description
App ( ) : System

Protected Methods

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

Private Methods

Method Description
OnDispatcherUnhandledException ( object sender, System e ) : void

Method Details

App() public method

public App ( ) : System
return System

OnExit() protected method

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

OnSessionEnding() protected method

protected OnSessionEnding ( System.Windows.SessionEndingCancelEventArgs e ) : void
e System.Windows.SessionEndingCancelEventArgs
return void

OnStartup() protected method

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