C# Class AuraPhotoViewer.App

Interaction logic for App.xaml
Inheritance: System.Windows.Application
Datei anzeigen Open project: ProRoman/Aura_PhotoViewer

Protected Methods

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

Private Methods

Method Description
AppExitHandler ( object sender, System.Windows.ExitEventArgs exitEventArgs ) : void
DispatcherUnhandledExceptionHandler ( object sender, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs dispatcherUnhandledExceptionEventArgs ) : void
DomainUnhandledExceptionHandler ( object sender, UnhandledExceptionEventArgs unhandledExceptionEventArgs ) : void

Method Details

OnStartup() protected method

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