C# Class WP.DesignTime.Json.App

Mostra file Open project: martinsuchan/wpdev.samples

Public Methods

Method Description
App ( ) : System.Diagnostics

Constructor for the Application object.

Private Methods

Method Description
ApplicationActivated ( object sender, ActivatedEventArgs e ) : void
ApplicationClosing ( object sender, ClosingEventArgs e ) : void
ApplicationDeactivated ( object sender, DeactivatedEventArgs e ) : void
ApplicationLaunching ( 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
InitializePhoneApplication ( ) : void
RootFrame_NavigationFailed ( object sender, System.Windows.Navigation.NavigationFailedEventArgs e ) : void

Method Details

App() public method

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