aboutsummaryrefslogtreecommitdiff
path: root/Histacom2/OS/Win95/Win95.cs
diff options
context:
space:
mode:
authorjtsshieh <[email protected]>2017-10-28 20:21:42 -0400
committerjtsshieh <[email protected]>2017-10-28 20:21:42 -0400
commita853570320fd443e3f717f9733af5602bc3580ad (patch)
tree283c8fd9aa091a9f4304345d52b968d1e21465f4 /Histacom2/OS/Win95/Win95.cs
parent55ac99f22af38a16f0f37153ee57efd00ba19dc8 (diff)
downloadhistacom2-a853570320fd443e3f717f9733af5602bc3580ad.tar.gz
histacom2-a853570320fd443e3f717f9733af5602bc3580ad.tar.bz2
histacom2-a853570320fd443e3f717f9733af5602bc3580ad.zip
Cleanup
Diffstat (limited to 'Histacom2/OS/Win95/Win95.cs')
-rw-r--r--Histacom2/OS/Win95/Win95.cs7
1 files changed, 0 insertions, 7 deletions
diff --git a/Histacom2/OS/Win95/Win95.cs b/Histacom2/OS/Win95/Win95.cs
index ff60c42..d244e7d 100644
--- a/Histacom2/OS/Win95/Win95.cs
+++ b/Histacom2/OS/Win95/Win95.cs
@@ -324,13 +324,6 @@ namespace Histacom2.OS.Win95
}
}
- private void infoboxTestToolStripMenuItem_Click(object sender, EventArgs e)
- {
- WinClassic app = wm.StartInfobox95("AShifter's Infobox", "This is the very first Histacom2 Infobox. It's really easy to call, too! \nJust use wm.startInfobox95(string title, string text, InfoboxType type, InfoboxButtons btns)!", InfoboxType.Info, InfoboxButtons.OK);
-
- app.BringToFront();
- startmenu.Hide();
- }
private void WebChatToolStripMenuItem_Click(object sender, EventArgs e)
{
webchat = wm.Init(new WebChat1998(), "Web Chat 1998", null, true, true);