C# Class Schumix.Framework.Windows.DefaultWindows

Show file Open project: Schumix/Schumix2

Public Methods

Method Description
Action ( ) : void
Init ( ) : void

Protected Methods

Method Description
Handler ( CtrlType sig ) : bool

Private Methods

Method Description
SetConsoleCtrlHandler ( EventHandler handler, bool add ) : bool

Method Details

Action() public method

public Action ( ) : void
return void

Handler() protected method

protected Handler ( CtrlType sig ) : bool
sig CtrlType
return bool

Init() public method

public Init ( ) : void
return void