Exemple #1
0
 //TODO doesnt work!
 private bool AppSessionEnded(Win32.CtrlType ctrlType)
 {
     Log.Information("Session Ended!");
     return(true);
 }
Exemple #2
0
        private static bool ConsoleCtrlHandler(Win32.CtrlType ctrlType)
        {
            const bool ignore = true;

            return(ignore);
        }