C# Class Petzold.InheritTheApp.InheritTheApp

Inheritance: System.Windows.Application
ファイルを表示 Open project: kasicass/kasicass Class Usage Examples

Protected Methods

Method Description
OnSessionEnding ( System.Windows.SessionEndingCancelEventArgs args ) : void
OnStartup ( System.Windows.StartupEventArgs args ) : void

Private Methods

Method Description
Main ( ) : void

Method Details

OnSessionEnding() protected method

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

OnStartup() protected method

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