C# Class WPNest.App

Inheritance: System.Windows.Application
显示文件 Open project: garyjohnson/wpnest

Public Methods

Method Description
App ( ) : System
Close ( ) : void

Private Methods

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

public App ( ) : System
return System

Close() public static method

public static Close ( ) : void
return void