diff options
| author | lempamo <[email protected]> | 2017-07-02 03:09:14 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-07-02 03:09:14 +0000 |
| commit | b8f49e9a20a43a72fe6895741f5fe7207151eb95 (patch) | |
| tree | e533069e097f4da27a73ef5409f44af4b07a92a0 /TimeHACK.Main/Program.cs | |
| parent | 19ca07404ca7decbec3215b5522554a4f7077879 (diff) | |
| parent | 82af186d5140e878f6b49bc101112550d36bc78a (diff) | |
| download | histacom2-b8f49e9a20a43a72fe6895741f5fe7207151eb95.tar.gz histacom2-b8f49e9a20a43a72fe6895741f5fe7207151eb95.tar.bz2 histacom2-b8f49e9a20a43a72fe6895741f5fe7207151eb95.zip | |
Merge pull request #104 from lempamo/master
paintbrush
Diffstat (limited to 'TimeHACK.Main/Program.cs')
| -rw-r--r-- | TimeHACK.Main/Program.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/TimeHACK.Main/Program.cs b/TimeHACK.Main/Program.cs index 72a7291..8411ae8 100644 --- a/TimeHACK.Main/Program.cs +++ b/TimeHACK.Main/Program.cs @@ -80,12 +80,12 @@ namespace TimeHACK public static void ShutdownApplication(System.IO.UnmanagedMemoryStream audio) { - + System.Threading.Thread.Sleep(500); System.IO.Stream audioPlay = audio; stopsound = new System.Media.SoundPlayer(audioPlay); - stopsound.Play(); + stopsound.PlaySync(); - System.Threading.Thread.Sleep(1500); + System.Threading.Thread.Sleep(500); Application.Exit(); } |
