C# Class withSIX.Core.Presentation.Wpf.Services.WpfShutdownHandler

Inheritance: IShutdownHandler
显示文件 Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Public Methods

Method Description
Shutdown ( int exitCode ) : void
WpfShutdownHandler ( IExitHandler exitHandler ) : System.Windows

Method Details

Shutdown() public method

public Shutdown ( int exitCode ) : void
exitCode int
return void

WpfShutdownHandler() public method

public WpfShutdownHandler ( IExitHandler exitHandler ) : System.Windows
exitHandler IExitHandler
return System.Windows