diff options
| author | lempamo <[email protected]> | 2017-03-31 17:44:01 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-03-31 17:44:01 -0400 |
| commit | 27419aa0dce06f9af5ee28f64aace365dcb7d816 (patch) | |
| tree | 89bdc54c2478130a2de98cfcc176a0b252676425 /TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs | |
| parent | b2873bc67093dfdae2566ede9bda85230a37ff44 (diff) | |
| download | histacom2-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.cs | 7 |
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(); + } } } |
