UnionPatcher/UnionPatcher.Gui/Forms
Logan Lowe b872ebaee6 Fix application closing when choosing mode on Windows
When a new sub form is opened, the main form's ``Close()`` method is called, which halts the entire application on Windows. Instead, we create an instance of the sub form, and bind its ``Closed`` event to an event handler that will halt the entire application.

We can then hide the main form, rather than closing it completely, which resolves the issue and allows the app to run as intended.
2022-06-15 14:55:59 -06:00
..
FilePatchForm.cs Merge UnionRemotePatcher into UnionPatcher 2022-06-14 21:55:07 -04:00
ModeSelectionForm.cs Fix application closing when choosing mode on Windows 2022-06-15 14:55:59 -06:00
RemotePatchForm.cs Merge UnionRemotePatcher into UnionPatcher 2022-06-14 21:55:07 -04:00