C# 클래스 CoCEd.App

Interaction logic for App.xaml
상속: System.Windows.Application
파일 보기 프로젝트 열기: tmedwards/CoCEd

보호된 메소드들

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

비공개 메소드들

메소드 설명
AutoLoad ( CoCEd.Model.FlashDirectory directories ) : CoCEd.Model.AmfFile
Initialize ( ) : void
OnDispatcherUnhandledException ( object sender, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs e ) : void
PrintStatuses ( CoCEd.Model.AmfFile file ) : void
RunSerializationTest ( CoCEd.Model.FlashDirectory directories ) : void
SetError ( CoCEd.View.ExceptionBox box, Exception exception ) : void

메소드 상세

OnStartup() 보호된 메소드

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