AirTabInputServer.CloseHandler.ConsoleCtrlCheck C# (CSharp) Method

ConsoleCtrlCheck() private static method

private static ConsoleCtrlCheck ( CtrlTypes ctrlType ) : bool
ctrlType CtrlTypes
return bool
        private static bool ConsoleCtrlCheck(CtrlTypes ctrlType)
        {
            s_handler();
            return false;
        }