aboutsummaryrefslogtreecommitdiff
path: root/Histacom2/OS/Win98/Win98.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-10-30 22:49:27 -0400
committerlempamo <[email protected]>2017-10-30 22:49:27 -0400
commit9c644ead8f61e0ee4f405433350e4030256b46fd (patch)
treef778c4996f7788ec56c684605d3ce7aa0e27aec2 /Histacom2/OS/Win98/Win98.cs
parent49e30d88787458779ec80a7cbc97d55a09bf67c9 (diff)
downloadhistacom2-9c644ead8f61e0ee4f405433350e4030256b46fd.tar.gz
histacom2-9c644ead8f61e0ee4f405433350e4030256b46fd.tar.bz2
histacom2-9c644ead8f61e0ee4f405433350e4030256b46fd.zip
travel to bad xp works
Diffstat (limited to 'Histacom2/OS/Win98/Win98.cs')
-rw-r--r--Histacom2/OS/Win98/Win98.cs9
1 files changed, 0 insertions, 9 deletions
diff --git a/Histacom2/OS/Win98/Win98.cs b/Histacom2/OS/Win98/Win98.cs
index 26e203c..ce7cd65 100644
--- a/Histacom2/OS/Win98/Win98.cs
+++ b/Histacom2/OS/Win98/Win98.cs
@@ -484,15 +484,6 @@ namespace Histacom2.OS.Win98
startmenu.Hide();
}
- private void FTPClientToolStripMenuItem_Click(object sender, EventArgs e)
- {
- WinClassic app = wm.Init(new WinClassicFTPClient(), "FTP Client", null, true, true);
-
- AddTaskBarItem(app, app.Tag.ToString(), "FTP Client", null);
- app.BringToFront();
- startmenu.Hide();
- }
-
private void CalculatorToolStripMenuItem_Click(object sender, EventArgs e)
{
WinClassic app = wm.Init(new WinClassicCalculator(), "Calculator", Properties.Resources.WinClassicCalc, false, false);