aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/Windows95.cs
diff options
context:
space:
mode:
authorAlex-TIMEHACK <[email protected]>2017-03-28 20:02:41 +0100
committerGitHub <[email protected]>2017-03-28 20:02:41 +0100
commit36f06ca57b06a2b049eeb8260290b0aade62a154 (patch)
treed0cdbdd6a516a671c0a3ea3661e89495bdf30241 /TimeHACK.Main/Windows95.cs
parentfd1b6907708cb9464b971573cd007dcbb3f47092 (diff)
parentcc8bd453b64096f3c0da1b2335701e0ef61191b5 (diff)
downloadhistacom2-36f06ca57b06a2b049eeb8260290b0aade62a154.tar.gz
histacom2-36f06ca57b06a2b049eeb8260290b0aade62a154.tar.bz2
histacom2-36f06ca57b06a2b049eeb8260290b0aade62a154.zip
Merge pull request #14 from lempamo/master
web chat is getting started
Diffstat (limited to 'TimeHACK.Main/Windows95.cs')
-rw-r--r--TimeHACK.Main/Windows95.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/TimeHACK.Main/Windows95.cs b/TimeHACK.Main/Windows95.cs
index f062b7e..fb0d0ca 100644
--- a/TimeHACK.Main/Windows95.cs
+++ b/TimeHACK.Main/Windows95.cs
@@ -13,6 +13,8 @@ namespace TimeHACK
private SoundPlayer startsound;
private SoundPlayer stopsound;
+ public bool webchatInstalled = false;
+
// Init the form
public Windows95()
{