diff options
| author | jtsshieh <[email protected]> | 2017-08-02 22:08:21 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-08-02 22:08:21 -0400 |
| commit | 2029bbc59969fd4554022bc23dd6a88a2adc6d19 (patch) | |
| tree | b5a5281108d8f0983fdf3b3446a4911059fd3497 /TimeHACK.Main/OS/Win98 | |
| parent | d2286b7d68db20fae6bdb58078853379faf5ac08 (diff) | |
| parent | a3b48880bf4136cb8033305fde052727e24ab8b1 (diff) | |
| download | histacom2-2029bbc59969fd4554022bc23dd6a88a2adc6d19.tar.gz histacom2-2029bbc59969fd4554022bc23dd6a88a2adc6d19.tar.bz2 histacom2-2029bbc59969fd4554022bc23dd6a88a2adc6d19.zip | |
Merge branch 'master' into master
Diffstat (limited to 'TimeHACK.Main/OS/Win98')
| -rw-r--r-- | TimeHACK.Main/OS/Win98/Win98.cs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/TimeHACK.Main/OS/Win98/Win98.cs b/TimeHACK.Main/OS/Win98/Win98.cs index 117f447..422d688 100644 --- a/TimeHACK.Main/OS/Win98/Win98.cs +++ b/TimeHACK.Main/OS/Win98/Win98.cs @@ -476,13 +476,6 @@ namespace TimeHACK.OS.Win98 startmenu.Hide(); } - private void iE4TestToolStripMenuItem_Click(object sender, EventArgs e) - { - WinClassic app = wm.StartWin95(new TempIE4(), "IE4", null, true, true); - app.BringToFront(); - startmenu.Hide(); - } - private void CalculatorToolStripMenuItem_Click(object sender, EventArgs e) { WinClassic app = wm.StartWin95(new WinClassicCalculator(), "Calculator", Properties.Resources.WinClassicCalc, false, false); |
