C# Class AirTabInputServer.CloseHandler

Datei anzeigen Open project: Aiur/Airtab

Public Methods

Method Description
SetCloseHandler ( System.Action handler ) : void

Private Methods

Method Description
ConsoleCtrlCheck ( CtrlTypes ctrlType ) : bool
SetConsoleCtrlHandler ( HandlerRoutine Handler, bool Add ) : bool

Method Details

SetCloseHandler() public static method

public static SetCloseHandler ( System.Action handler ) : void
handler System.Action
return void