Clocks fixes

This commit is contained in:
Serge
2023-05-09 18:21:07 +02:00
parent c69bf65c84
commit 16feeb05a1
3 changed files with 25 additions and 13 deletions

View File

@@ -368,7 +368,7 @@ namespace GHelper
startInfo.Arguments = param;
startInfo.Verb = "runas";
Process.Start(startInfo);
//Application.Exit();
Application.Exit();
}
}
}