diff options
| author | lempamo <[email protected]> | 2017-07-02 04:14:57 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-07-02 04:14:57 +0000 |
| commit | 6597d5155cff03d4e472be9ff043a8caeb9b454b (patch) | |
| tree | 568f7056d75294cef0f67de7aff43cedd658c870 /TimeHACK.Main/Program.cs | |
| parent | b8f49e9a20a43a72fe6895741f5fe7207151eb95 (diff) | |
| parent | e8c4c4628daa3f105713f0b1997b4277f62273b4 (diff) | |
| download | histacom2-6597d5155cff03d4e472be9ff043a8caeb9b454b.tar.gz histacom2-6597d5155cff03d4e472be9ff043a8caeb9b454b.tar.bz2 histacom2-6597d5155cff03d4e472be9ff043a8caeb9b454b.zip | |
Merge pull request #105 from lempamo/master
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() |
