C# Class WoWmapper.App

Interaction logic for App.xaml
Inheritance: System.Windows.Application
Datei anzeigen Open project: topher-au/WoWmapper

Public Properties

Property Type Description
Args string[]

Public Methods

Method Description
App ( ) : System
SetTheme ( ) : void

Protected Methods

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

Private Methods

Method Description
Dispatcher_UnhandledException ( 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

OnStartup() protected method

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

SetTheme() public static method

public static SetTheme ( ) : void
return void

Property Details

Args public_oe property

public string[] Args
return string[]