C# Class ServiceInsight.App

Inheritance: System.Windows.Application
ファイルを表示 Open project: Particular/ServiceInsight

Public Methods

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

Protected Methods

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

Method Details

App() public method

public App ( ) : System
return System

OnStartup() protected method

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

ShutdownImmediately() public method

public ShutdownImmediately ( ) : void
return void