It's fine

This commit is contained in:
seerge
2023-04-15 20:12:33 +02:00
parent 25f0af1103
commit 8154883d49
6 changed files with 14 additions and 17 deletions

View File

@@ -207,11 +207,13 @@ namespace GHelper
private void Fans_FormClosing(object? sender, FormClosingEventArgs e)
{
/*
if (e.CloseReason == CloseReason.UserClosing)
{
e.Cancel = true;
Hide();
}
}*/
}