Keysharp.OutputTest.exe

Issue #9 closed
Winter Laite created an issue

I mentioned this on Discord. I replaced Program.cs in the VS solution with the code you provided and recompiled.

Output (closing any GUI closes them all):

Comments (3)

  1. Matt Feemster repo owner

    This is the intended behavior. I have a switch in the code that closes all windows when any window is closed when running in debug mode. It saves me time from always having to close the main window from the system tray to exit the program, when I am in a rapid code/test/debug cycle running the program sometimes hundreds of times.

  2. Log in to comment