aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);