aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/Program.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-07-02 00:13:27 -0400
committerlempamo <[email protected]>2017-07-02 00:13:27 -0400
commite8c4c4628daa3f105713f0b1997b4277f62273b4 (patch)
tree568f7056d75294cef0f67de7aff43cedd658c870 /TimeHACK.Main/Program.cs
parent82af186d5140e878f6b49bc101112550d36bc78a (diff)
downloadhistacom2-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.cs3
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()