C# Class EasyFarm.App

Interaction logic for App.xaml
显示文件 Open project: EasyFarm/EasyFarm

Public Properties

Property Type Description
AbilityService Parsing.Services.AbilityService

Public Methods

Method Description
App ( ) : System.Windows

Protected Methods

Method 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 method

public App ( ) : System.Windows
return System.Windows

OnExit() protected method

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

OnStartup() protected method

Gets the user's selected fface Session and starts up the program.
protected OnStartup ( System.Windows.StartupEventArgs e ) : void
e System.Windows.StartupEventArgs
return 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
return Parsing.Services.AbilityService