diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-04-29 13:29:59 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-04-29 13:29:59 +0100 |
| commit | 0fd0391263ccac953fca43d5476410f4584446eb (patch) | |
| tree | 5577d2d1c42d2243341034c6a1536f225fc6655b /TimeHACK.Engine/WindowManager.cs | |
| parent | 2c5d04a7708f5edd6d792c6938867a558cb955f8 (diff) | |
| parent | a6bece6c3b5b8fc3c9cd17ae2cbe135e2025ab44 (diff) | |
| download | histacom2-0fd0391263ccac953fca43d5476410f4584446eb.tar.gz histacom2-0fd0391263ccac953fca43d5476410f4584446eb.tar.bz2 histacom2-0fd0391263ccac953fca43d5476410f4584446eb.zip | |
Merge branch 'master' into master
Diffstat (limited to 'TimeHACK.Engine/WindowManager.cs')
| -rw-r--r-- | TimeHACK.Engine/WindowManager.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/TimeHACK.Engine/WindowManager.cs b/TimeHACK.Engine/WindowManager.cs index 7a45011..0ba5d99 100644 --- a/TimeHACK.Engine/WindowManager.cs +++ b/TimeHACK.Engine/WindowManager.cs @@ -2,6 +2,7 @@ using System.Windows.Forms; using System.Drawing; using TimeHACK.Engine.Template; +using System.Media; namespace TimeHACK.Engine { @@ -63,6 +64,8 @@ namespace TimeHACK.Engine { Infobox95 app = new Infobox95(); app.infoText.Text = text; + SoundPlayer sp = new SoundPlayer(Properties.Resources.CHORD); + sp.Play(); return startWin95(app, title, null, false, false); } |
