From fbdca852b1fc901db6a09fc22fd523160489f7ed Mon Sep 17 00:00:00 2001 From: lempamo Date: Sun, 9 Apr 2017 14:05:04 -0400 Subject: added notepad --- TimeHACK.Main/OS/Win95/Win95.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'TimeHACK.Main/OS/Win95/Win95.cs') 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) { -- cgit v1.2.3