C# Class WoWmapper.App

Interaction logic for App.xaml
Inheritance: System.Windows.Application
Afficher le fichier Open project: topher-au/WoWmapper

Méthodes publiques

Свойство Type Description
Args string[]

Méthodes publiques

Méthode Description
App ( ) : System
SetTheme ( ) : void

Méthodes protégées

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

Private Methods

Méthode Description
Dispatcher_UnhandledException ( object sender, System e ) : void

Method Details

App() public méthode

public App ( ) : System
Résultat System

OnExit() protected méthode

protected OnExit ( System.Windows.ExitEventArgs e ) : void
e System.Windows.ExitEventArgs
Résultat void

OnStartup() protected méthode

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

SetTheme() public static méthode

public static SetTheme ( ) : void
Résultat void

Property Details

Args public_oe property

public string[] Args
Résultat string[]