C# Class Artemis.App

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

Méthodes publiques

Méthode Description
App ( ) : System

Méthodes protégées

Méthode Description
OnExit ( System.Windows.ExitEventArgs e ) : void

Private Methods

Méthode Description
Application_DispatcherUnhandledException ( object sender, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs e ) : void
GetArtemisExceptionViewer ( Exception e ) : ExceptionViewer

Method Details

App() public méthode

public App ( ) : System
Résultat System

OnExit() protected méthode

protected OnExit ( System.Windows.ExitEventArgs e ) : void
e System.Windows.ExitEventArgs
Résultat void