diff options
| author | lempamo <[email protected]> | 2017-03-31 17:50:35 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-03-31 17:50:35 -0400 |
| commit | 9de6d029cc13b3ed2601fec3bf3cfb183b5c35f4 (patch) | |
| tree | 055b21d8788a1946b60646daa5482126a4a23ec1 /TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs | |
| parent | 6a489cc2dc2edf42a5509ded949357576731f658 (diff) | |
| parent | 5ec8f66c1ad558a165cf621b405bee7cba48be0b (diff) | |
| download | histacom2-9de6d029cc13b3ed2601fec3bf3cfb183b5c35f4.tar.gz histacom2-9de6d029cc13b3ed2601fec3bf3cfb183b5c35f4.tar.bz2 histacom2-9de6d029cc13b3ed2601fec3bf3cfb183b5c35f4.zip | |
Merge pull request #20 from lempamo/master
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(); + } } } |
