diff options
| author | AShifter <[email protected]> | 2017-04-28 14:11:59 -0700 |
|---|---|---|
| committer | AShifter <[email protected]> | 2017-04-28 14:11:59 -0700 |
| commit | 48681db294cacc8f726aa64c4716c977d79f28fa (patch) | |
| tree | b23be2020077d611971094f112e42d1d0283d392 /TimeHACK.Engine/WindowManager.cs | |
| parent | 14ff6e1e569259cb5652230bc809b3cf8e6dc9c9 (diff) | |
| parent | 0ffdb500015baaad3a663965d00de8f44a25a235 (diff) | |
| download | histacom2-48681db294cacc8f726aa64c4716c977d79f28fa.tar.gz histacom2-48681db294cacc8f726aa64c4716c977d79f28fa.tar.bz2 histacom2-48681db294cacc8f726aa64c4716c977d79f28fa.zip | |
Merge remote-tracking branch 'refs/remotes/TimeHACKDevs/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); } |
