C# Класс EasyFarm.App

Interaction logic for App.xaml
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
AbilityService Parsing.Services.AbilityService

Открытые методы

Метод Описание
App ( ) : System.Windows

Защищенные методы

Метод Описание
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.

Описание методов

App() публичный Метод

public App ( ) : System.Windows
Результат System.Windows

OnExit() защищенный Метод

Save the settings to file via an XML Serializer.
protected OnExit ( System.Windows.ExitEventArgs e ) : void
e System.Windows.ExitEventArgs
Результат void

OnStartup() защищенный Метод

Gets the user's selected fface Session and starts up the program.
protected OnStartup ( System.Windows.StartupEventArgs e ) : void
e System.Windows.StartupEventArgs
Результат void

Описание свойств

AbilityService публичное статическое свойство

XML parser for looking up ability, spell and weaponskill data.
public static AbilityService,Parsing.Services AbilityService
Результат Parsing.Services.AbilityService