C# Class Patcher.App

Interaction logic for App.xaml
Inheritance: System.Windows.Application
Mostrar archivo Open project: unforbidable/patcher Class Usage Examples

Public Methods

Method Description
App ( ) : System

Protected Methods

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

Private Methods

Method Description
Main ( ProgramOptions options ) : void
Start ( MainWindow window, string args ) : void

Method Details

App() public method

public App ( ) : System
return System

OnStartup() protected method

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