C# Class CoCEd.App

Interaction logic for App.xaml
Inheritance: System.Windows.Application
Show file Open project: tmedwards/CoCEd

Protected Methods

Method Description
OnStartup ( System.Windows.StartupEventArgs e ) : void

Private Methods

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

Method Details

OnStartup() protected method

protected OnStartup ( System.Windows.StartupEventArgs e ) : void
e System.Windows.StartupEventArgs
return void