diff options
Diffstat (limited to 'TimeHACK.Main/Windows95.cs')
| -rw-r--r-- | TimeHACK.Main/Windows95.cs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/TimeHACK.Main/Windows95.cs b/TimeHACK.Main/Windows95.cs index 0ce5176..c2592b8 100644 --- a/TimeHACK.Main/Windows95.cs +++ b/TimeHACK.Main/Windows95.cs @@ -137,6 +137,17 @@ namespace TimeHACK ie.BringToFront(); startmenu.Hide(); } + + private void desktopicons_Click(object sender, EventArgs e) + { + if (desktopicons.SelectedItems.ContainsKey("Internet Explorer")) + { + WinClassicIE4 ie = new WinClassicIE4(); + ie.Show(); + ie.BringToFront(); + startmenu.Hide(); + } + } } } |
