From a853570320fd443e3f717f9733af5602bc3580ad Mon Sep 17 00:00:00 2001 From: jtsshieh Date: Sat, 28 Oct 2017 20:21:42 -0400 Subject: Cleanup --- Histacom2/OS/Win95/Win95.Designer.cs | 1 - Histacom2/OS/Win95/Win95.cs | 7 ------- 2 files changed, 8 deletions(-) diff --git a/Histacom2/OS/Win95/Win95.Designer.cs b/Histacom2/OS/Win95/Win95.Designer.cs index ea667d9..17034c4 100644 --- a/Histacom2/OS/Win95/Win95.Designer.cs +++ b/Histacom2/OS/Win95/Win95.Designer.cs @@ -799,7 +799,6 @@ namespace Histacom2.OS.Win95 this.PrintersToolStripMenuItem.Name = "PrintersToolStripMenuItem"; this.PrintersToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.PrintersToolStripMenuItem.Text = "Printers"; - this.PrintersToolStripMenuItem.Click += new System.EventHandler(this.infoboxTestToolStripMenuItem_Click); // // TaskbarToolStripMenuItem // 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); -- cgit v1.2.3