C# 클래스 HanasuWP8.App

상속: BaseCrystalApplication
파일 보기 프로젝트 열기: Amrykid/Hanasu

공개 프로퍼티들

프로퍼티 타입 설명
LoadStationsTask System.Threading.Tasks.Task

공개 메소드들

메소드 설명
App ( ) : Crystal.Core

Constructor for the Application object.

비공개 메소드들

메소드 설명
Application_Activated ( object sender, ActivatedEventArgs e ) : void
Application_Closing ( object sender, ClosingEventArgs e ) : void
Application_Deactivated ( object sender, DeactivatedEventArgs e ) : void
Application_Launching ( object sender, LaunchingEventArgs e ) : void
Application_UnhandledException ( object sender, System.Windows.ApplicationUnhandledExceptionEventArgs e ) : void
CheckForResetNavigation ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void
ClearBackStackAfterReset ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void
CompleteInitializePhoneApplication ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void
InitializeLanguage ( ) : void
InitializePhoneApplication ( ) : void
LoadStations ( ) : System.Threading.Tasks.Task
PhoneApplicationService_RunningInBackground ( object sender, RunningInBackgroundEventArgs e ) : void
RootFrame_NavigationFailed ( object sender, System.Windows.Navigation.NavigationFailedEventArgs e ) : void

메소드 상세

App() 공개 메소드

Constructor for the Application object.
public App ( ) : Crystal.Core
리턴 Crystal.Core

프로퍼티 상세

LoadStationsTask 공개적으로 프로퍼티

public Task,System.Threading.Tasks LoadStationsTask
리턴 System.Threading.Tasks.Task