C# Class WPNest.App

Inheritance: System.Windows.Application
Afficher le fichier Open project: garyjohnson/wpnest

Méthodes publiques

Méthode Description
App ( ) : System
Close ( ) : void

Private Methods

Méthode Description
BreakIfDebuggerAttached ( ) : void
CompleteInitializePhoneApplication ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void
InitializePhoneApplication ( ) : void
InitializeServices ( ) : void
OnApplicationActivated ( object sender, ActivatedEventArgs e ) : void
OnApplicationClosing ( object sender, ClosingEventArgs e ) : void
OnApplicationDeactivated ( object sender, DeactivatedEventArgs e ) : void
OnApplicationLaunching ( object sender, LaunchingEventArgs e ) : void
OnNavigationFailed ( object sender, System.Windows.Navigation.NavigationFailedEventArgs e ) : void
OnUnhandledException ( object sender, System.Windows.ApplicationUnhandledExceptionEventArgs e ) : void

Method Details

App() public méthode

public App ( ) : System
Résultat System

Close() public static méthode

public static Close ( ) : void
Résultat void