C# Class TaskCardCreator.App

Interaction logic for App.xaml
Inheritance: System.Windows.Application
Afficher le fichier Open project: frederiksen/Task-Card-Creator

Méthodes publiques

Méthode Description
App ( ) : System.Windows
App_DispatcherUnhandledException ( object sender, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs e ) : void

Unhandled exception are logged, and not handled

Method Details

App() public méthode

public App ( ) : System.Windows
Résultat System.Windows

App_DispatcherUnhandledException() public méthode

Unhandled exception are logged, and not handled
public App_DispatcherUnhandledException ( object sender, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs e ) : void
sender object
e System.Windows.Threading.DispatcherUnhandledExceptionEventArgs
Résultat void