aboutsummaryrefslogtreecommitdiff
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
parent55ac99f22af38a16f0f37153ee57efd00ba19dc8 (diff)
downloadhistacom2-a853570320fd443e3f717f9733af5602bc3580ad.tar.gz
histacom2-a853570320fd443e3f717f9733af5602bc3580ad.tar.bz2
histacom2-a853570320fd443e3f717f9733af5602bc3580ad.zip
Cleanup
-rw-r--r--Histacom2/OS/Win95/Win95.Designer.cs1
-rw-r--r--Histacom2/OS/Win95/Win95.cs7
2 files changed, 0 insertions, 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);