From e8c4c4628daa3f105713f0b1997b4277f62273b4 Mon Sep 17 00:00:00 2001 From: lempamo Date: Sun, 2 Jul 2017 00:13:27 -0400 Subject: better extra buttons and exit --- TimeHACK.Main/Program.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'TimeHACK.Main/Program.cs') 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() -- cgit v1.2.3