Cleanup GUI

This commit is contained in:
Oleksii Holub
2022-04-01 00:10:17 +03:00
parent 3a2b119618
commit 1daff4178d
15 changed files with 254 additions and 201 deletions

View File

@@ -11,6 +11,8 @@ internal static class ProcessEx
UseShellExecute = true
};
using (Process.Start(startInfo)) {}
using (Process.Start(startInfo))
{
}
}
}