aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-03-31 17:44:01 -0400
committerlempamo <[email protected]>2017-03-31 17:44:01 -0400
commit27419aa0dce06f9af5ee28f64aace365dcb7d816 (patch)
tree89bdc54c2478130a2de98cfcc176a0b252676425 /TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs
parentb2873bc67093dfdae2566ede9bda85230a37ff44 (diff)
downloadhistacom2-27419aa0dce06f9af5ee28f64aace365dcb7d816.tar.gz
histacom2-27419aa0dce06f9af5ee28f64aace365dcb7d816.tar.bz2
histacom2-27419aa0dce06f9af5ee28f64aace365dcb7d816.zip
webchat things
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs
index ce87665..3f4810e 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs
@@ -16,5 +16,12 @@ namespace TimeHACK.OS.Win95.Win95Apps
{
InitializeComponent();
}
+ private void WebChat1998_Load(object sender, EventArgs e)
+ {
+ button5.Hide();
+ button4.Hide();
+ button3.Hide();
+ label5.Hide();
+ }
}
}