C# Class Dev2.Studio.App

Interaction logic for App.xaml
Inheritance: IApp
显示文件 Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
App ( ) : System
Shutdown ( ) : void

Protected Methods

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

Private Methods

Method Description
ForceShutdown ( ) : void
OnApplicationDispatcherUnhandledException ( object sender, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs e ) : void
OnStartup ( System.Windows.StartupEventArgs e ) : void

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

Shutdown() public method

public Shutdown ( ) : void
return void