mirror of
https://github.com/HistacomUnity/Histacom2-old.git
synced 2025-01-22 09:02:01 -05:00
Cleanup
This commit is contained in:
parent
55ac99f22a
commit
a853570320
2 changed files with 0 additions and 8 deletions
1
Histacom2/OS/Win95/Win95.Designer.cs
generated
1
Histacom2/OS/Win95/Win95.Designer.cs
generated
|
@ -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
|
||||
//
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue