🏠
Working from home
Owner of F3H Consulting - Software for the Wood Products Industry
-
F3H Consulting
- Dresden, Germany
Pinned Loading
-
Keep Console from closing
Keep Console from closing 1using (var exit = new ManualResetEvent(false))
2{
3Console.CancelKeyPress += (sender, args) => { args.Cancel = true; exit.Set(); };
4exit.WaitOne();
5}
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.