C# Class Patcher.App

Interaction logic for App.xaml
Inheritance: System.Windows.Application
Afficher le fichier Open project: unforbidable/patcher Class Usage Examples

Méthodes publiques

Méthode Description
App ( ) : System

Méthodes protégées

Méthode Description
OnStartup ( System.Windows.StartupEventArgs e ) : void

Private Methods

Méthode Description
Main ( ProgramOptions options ) : void
Start ( MainWindow window, string args ) : void

Method Details

App() public méthode

public App ( ) : System
Résultat System

OnStartup() protected méthode

protected OnStartup ( System.Windows.StartupEventArgs e ) : void
e System.Windows.StartupEventArgs
Résultat void