[VMware Launcher 2.0.9.5]
- Refactored code. - Fixed bug: "#1 Welcome message shows despite VMware not being installed"
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
|
||||
namespace VMwareLauncher
|
||||
{
|
||||
public static class ApplicationControl
|
||||
{
|
||||
public static void Shutdown(int exitCode)
|
||||
{
|
||||
Startup.trayIcon.Destroy();
|
||||
Environment.Exit(exitCode);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user