C# Class Speech.App

Inheritance: global::Windows.UI.Xaml.Application
Datei anzeigen Open project: timothybinkley/Windows-Phone-8-In-Action

Public Methods

Method Description
App ( ) : System

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, ApplicationUnhandledExceptionEventArgs e ) : void
CheckForResetNavigation ( object sender, NavigationEventArgs e ) : void
ClearBackStackAfterReset ( object sender, NavigationEventArgs e ) : void
CompleteInitializePhoneApplication ( object sender, NavigationEventArgs e ) : void
InitializeLanguage ( ) : void
InitializePhoneApplication ( ) : void
RootFrame_NavigationFailed ( object sender, NavigationFailedEventArgs e ) : void

Method Details

App() public method

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