aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-04-29 08:50:38 -0400
committerlempamo <[email protected]>2017-04-29 08:50:38 -0400
commit18b10c1d62896c67e82e4a358f9ccfb45c32b5dc (patch)
tree5577d2d1c42d2243341034c6a1536f225fc6655b /TimeHACK.Main/OS/Win95/Win95.cs
parenta2e3f6358a2c7c25d5366bec4f75138ed3413305 (diff)
parentc29b5e3db9e668c3ec4a7dcf6cb81f0641e6413d (diff)
downloadhistacom2-18b10c1d62896c67e82e4a358f9ccfb45c32b5dc.tar.gz
histacom2-18b10c1d62896c67e82e4a358f9ccfb45c32b5dc.tar.bz2
histacom2-18b10c1d62896c67e82e4a358f9ccfb45c32b5dc.zip
Merge remote-tracking branch 'refs/remotes/TimeHACKDevs/master'
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95.cs')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95.cs8
1 files changed, 8 insertions, 0 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95.cs b/TimeHACK.Main/OS/Win95/Win95.cs
index a160251..e70d90e 100644
--- a/TimeHACK.Main/OS/Win95/Win95.cs
+++ b/TimeHACK.Main/OS/Win95/Win95.cs
@@ -232,6 +232,14 @@ namespace TimeHACK.OS.Win95
{
ie = null;
}
+
+ private void WordPadToolStripMenuItem_Click(object sender, EventArgs e)
+ {
+ WinClassicWordPad wp = new WinClassicWordPad();
+ WinClassic app = wm.startWin95(wp, "Wordpad", null, true, true);
+ app.BringToFront();
+ startmenu.Hide();
+ }
}
}