C# Class EasyFarm.App

Interaction logic for App.xaml
Afficher le fichier Open project: EasyFarm/EasyFarm

Méthodes publiques

Свойство Type Description
AbilityService Parsing.Services.AbilityService

Méthodes publiques

Méthode Description
App ( ) : System.Windows

Méthodes protégées

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

Save the settings to file via an XML Serializer.

OnStartup ( System.Windows.StartupEventArgs e ) : void

Gets the user's selected fface Session and starts up the program.

Method Details

App() public méthode

public App ( ) : System.Windows
Résultat System.Windows

OnExit() protected méthode

Save the settings to file via an XML Serializer.
protected OnExit ( System.Windows.ExitEventArgs e ) : void
e System.Windows.ExitEventArgs
Résultat void

OnStartup() protected méthode

Gets the user's selected fface Session and starts up the program.
protected OnStartup ( System.Windows.StartupEventArgs e ) : void
e System.Windows.StartupEventArgs
Résultat void

Property Details

AbilityService public_oe static_oe property

XML parser for looking up ability, spell and weaponskill data.
public static AbilityService,Parsing.Services AbilityService
Résultat Parsing.Services.AbilityService