This commit is contained in:
jtsshieh 2017-10-28 20:21:42 -04:00
parent 55ac99f22a
commit a853570320
2 changed files with 0 additions and 8 deletions

View file

@ -799,7 +799,6 @@ private void InitializeComponent()
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
//

View file

@ -324,13 +324,6 @@ private void desktopicons_DoubleClick(object sender, EventArgs e)
}
}
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);