diff options
| author | lempamo <[email protected]> | 2017-04-29 08:50:38 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-04-29 08:50:38 -0400 |
| commit | 18b10c1d62896c67e82e4a358f9ccfb45c32b5dc (patch) | |
| tree | 5577d2d1c42d2243341034c6a1536f225fc6655b /TimeHACK.Main/OS/Win95/Win95.cs | |
| parent | a2e3f6358a2c7c25d5366bec4f75138ed3413305 (diff) | |
| parent | c29b5e3db9e668c3ec4a7dcf6cb81f0641e6413d (diff) | |
| download | histacom2-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.cs | 8 |
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(); + } } } |
