C# 클래스 WPNest.App

상속: System.Windows.Application
파일 보기 프로젝트 열기: garyjohnson/wpnest

공개 메소드들

메소드 설명
App ( ) : System
Close ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

App() 공개 메소드

public App ( ) : System
리턴 System

Close() 공개 정적인 메소드

public static Close ( ) : void
리턴 void