C# Class Artemis.App

Interaction logic for App.xaml
Inheritance: System.Windows.Application
ファイルを表示 Open project: SpoinkyNL/Artemis

Public Methods

Method Description
App ( ) : System

Protected Methods

Method Description
OnExit ( System.Windows.ExitEventArgs e ) : void

Private Methods

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

Method Details

App() public method

public App ( ) : System
return System

OnExit() protected method

protected OnExit ( System.Windows.ExitEventArgs e ) : void
e System.Windows.ExitEventArgs
return void