diff options
| author | lempamo <[email protected]> | 2017-04-09 14:35:36 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-04-09 14:35:36 -0400 |
| commit | dd17c932df21f5344cf3683b0bab8e943e5975cc (patch) | |
| tree | 45c1bf482e45ddd7a2f7a2b61476e7a3c7da782c /TimeHACK.Main/OS/Win95/Win95.cs | |
| parent | f8f9eaefb1dcfbc28e052637a535c6f124af3e95 (diff) | |
| parent | fbdca852b1fc901db6a09fc22fd523160489f7ed (diff) | |
| download | histacom2-dd17c932df21f5344cf3683b0bab8e943e5975cc.tar.gz histacom2-dd17c932df21f5344cf3683b0bab8e943e5975cc.tar.bz2 histacom2-dd17c932df21f5344cf3683b0bab8e943e5975cc.zip | |
Merge pull request #37 from lempamo/master
Master
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95.cs')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95.cs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95.cs b/TimeHACK.Main/OS/Win95/Win95.cs index afe1644..3a0883a 100644 --- a/TimeHACK.Main/OS/Win95/Win95.cs +++ b/TimeHACK.Main/OS/Win95/Win95.cs @@ -142,7 +142,10 @@ namespace TimeHACK.OS.Win95 private void NotePadToolStripMenuItem_Click(object sender, EventArgs e) { - + Win95Notepad npad = new Win95Notepad(); + Engine.Template.WinClassic app = wm.startWin95(npad, "Notepad", Properties.Resources.Win95IconNotepad, true, true); + app.BringToFront(); + startmenu.Hide(); } private void windowManagerTestToolStripMenuItem_Click(object sender, EventArgs e) { |
