diff options
| author | lempamo <[email protected]> | 2017-07-02 00:13:27 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-07-02 00:13:27 -0400 |
| commit | e8c4c4628daa3f105713f0b1997b4277f62273b4 (patch) | |
| tree | 568f7056d75294cef0f67de7aff43cedd658c870 /TimeHACK.Main/Program.cs | |
| parent | 82af186d5140e878f6b49bc101112550d36bc78a (diff) | |
| download | histacom2-e8c4c4628daa3f105713f0b1997b4277f62273b4.tar.gz histacom2-e8c4c4628daa3f105713f0b1997b4277f62273b4.tar.bz2 histacom2-e8c4c4628daa3f105713f0b1997b4277f62273b4.zip | |
better extra buttons and exit
Diffstat (limited to 'TimeHACK.Main/Program.cs')
| -rw-r--r-- | TimeHACK.Main/Program.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/TimeHACK.Main/Program.cs b/TimeHACK.Main/Program.cs index 8411ae8..ea1936f 100644 --- a/TimeHACK.Main/Program.cs +++ b/TimeHACK.Main/Program.cs @@ -86,7 +86,8 @@ namespace TimeHACK stopsound.PlaySync(); System.Threading.Thread.Sleep(500); - Application.Exit(); + Environment.Exit(0); + //Application.Exit(); } public static void GetAppVeyor() |
