aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-03-31 20:22:59 -0400
committerlempamo <[email protected]>2017-03-31 20:22:59 -0400
commit7841180fc0f60f6eb1fff1503f89ff2cad117e85 (patch)
tree91839e30c8fefa92a0d534062277015a8c8b1ade /TimeHACK.Main/OS/Win95/Win95.cs
parent586f0f740898cd7eb7cd59048ba8d59410b2f766 (diff)
downloadhistacom2-7841180fc0f60f6eb1fff1503f89ff2cad117e85.tar.gz
histacom2-7841180fc0f60f6eb1fff1503f89ff2cad117e85.tar.bz2
histacom2-7841180fc0f60f6eb1fff1503f89ff2cad117e85.zip
webchat98 things
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95.cs')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95.cs8
1 files changed, 8 insertions, 0 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95.cs b/TimeHACK.Main/OS/Win95/Win95.cs
index f0e9174..260d909 100644
--- a/TimeHACK.Main/OS/Win95/Win95.cs
+++ b/TimeHACK.Main/OS/Win95/Win95.cs
@@ -4,6 +4,7 @@ using System.IO;
using System.Media;
using System.Windows.Forms;
using TimeHACK.Engine;
+using TimeHACK.OS.Win95.Win95Apps;
using TimeHACK.WinClassicForms;
namespace TimeHACK.OS.Win95
@@ -185,6 +186,13 @@ namespace TimeHACK.OS.Win95
{
wm.startInfobox95("AShifter's Infobox", "This is the very first TimeHACK Infobox. It's really easy to call, too! \n Just use wm.startInfobox95(String title, String text)!");
}
+ private void WebChatToolStripMenuItem_Click(object sender, EventArgs e)
+ {
+ WebChat1998 wc = new WebChat1998();
+ Engine.Template.WinClassic app = wm.startWin95(wc, "Web Chat 1998", null, true, true);
+ app.BringToFront();
+ startmenu.Hide();
+ }
}
}