C# Class CoCEd.App

Interaction logic for App.xaml
Inheritance: System.Windows.Application
Afficher le fichier Open project: tmedwards/CoCEd

Méthodes protégées

Méthode Description
OnStartup ( System.Windows.StartupEventArgs e ) : void

Private Methods

Méthode 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 méthode

protected OnStartup ( System.Windows.StartupEventArgs e ) : void
e System.Windows.StartupEventArgs
Résultat void