C# Class HanasuWP8.App

Inheritance: BaseCrystalApplication
Mostrar archivo Open project: Amrykid/Hanasu

Public Properties

Property Type Description
LoadStationsTask System.Threading.Tasks.Task

Public Methods

Method Description
App ( ) : Crystal.Core

Constructor for the Application object.

Private Methods

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

Method Details

App() public method

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

Property Details

LoadStationsTask public_oe property

public Task,System.Threading.Tasks LoadStationsTask
return System.Threading.Tasks.Task