aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-03-31 18:31:16 -0400
committerlempamo <[email protected]>2017-03-31 18:31:16 -0400
commit586f0f740898cd7eb7cd59048ba8d59410b2f766 (patch)
tree1056452ed84ae193ed9e7e9b7c47582feecf4cdc /TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs
parent5ec8f66c1ad558a165cf621b405bee7cba48be0b (diff)
downloadhistacom2-586f0f740898cd7eb7cd59048ba8d59410b2f766.tar.gz
histacom2-586f0f740898cd7eb7cd59048ba8d59410b2f766.tar.bz2
histacom2-586f0f740898cd7eb7cd59048ba8d59410b2f766.zip
fixed tons of things
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs
index 3f4810e..8df610f 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs
@@ -7,6 +7,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
+using TimeHACK.Engine;
namespace TimeHACK.OS.Win95.Win95Apps
{
@@ -23,5 +24,13 @@ namespace TimeHACK.OS.Win95.Win95Apps
button3.Hide();
label5.Hide();
}
+ private void Button1_Click(object sender, EventArgs e)
+ {
+ if (txtscreenname.Text == "")
+ {
+ WindowManager wm = new WindowManager();
+ wm.startInfobox95("test", "test");
+ }
+ }
}
}