private static bool SetConsoleCtrlHandler (WindowsCancelHandler handler, bool addHandler) { throw new System.NotImplementedException(); }
private static extern bool SetConsoleCtrlHandler (WindowsCancelHandler handler, bool addHandler);
private static extern bool SetConsoleCtrlHandler(WindowsCancelHandler handler, bool addHandler);