C# 클래스 Sakuno.KanColle.Amatsukaze.App

App.xaml の相互作用ロジック
상속: System.Windows.Application
파일 보기 프로젝트 열기: amatukaze/IntelligentNavalGun

보호된 메소드들

메소드 설명
OnExit ( System.Windows.ExitEventArgs e ) : void
OnStartup ( System.Windows.StartupEventArgs e ) : void

비공개 메소드들

메소드 설명
App_DispatcherUnhandledException ( object sender, DispatcherUnhandledExceptionEventArgs e ) : void
CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
ShowUnhandledExceptionDialog ( Exception rpException ) : void
TaskScheduler_UnobservedTaskException ( object sender, System.Threading.Tasks.UnobservedTaskExceptionEventArgs e ) : void

메소드 상세

OnExit() 보호된 메소드

protected OnExit ( System.Windows.ExitEventArgs e ) : void
e System.Windows.ExitEventArgs
리턴 void

OnStartup() 보호된 메소드

protected OnStartup ( System.Windows.StartupEventArgs e ) : void
e System.Windows.StartupEventArgs
리턴 void