C# 클래스 EasyFarm.App

Interaction logic for App.xaml
파일 보기 프로젝트 열기: EasyFarm/EasyFarm

공개 프로퍼티들

프로퍼티 타입 설명
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