mirror of
https://github.com/HistacomUnity/Histacom2-old.git
synced 2025-01-22 17:12:56 -05:00
Trying to fix conficts II
This commit is contained in:
parent
a8bf32646b
commit
0a7c2d4dc0
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -158,7 +158,7 @@ private void desktop_mousedown(object sender, MouseEventArgs e)
|
||||||
|
|
||||||
private void NotePadToolStripMenuItem_Click(object sender, EventArgs e)
|
private void NotePadToolStripMenuItem_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
Win95Notepad wp = new Win95Notepad();
|
WinClassicNotepad wp = new WinClassicNotepad();
|
||||||
WinClassic app = wm.startWin95(wp, "Notepad", Properties.Resources.Win95IconNotepad, true, true);
|
WinClassic app = wm.startWin95(wp, "Notepad", Properties.Resources.Win95IconNotepad, true, true);
|
||||||
AddTaskBarItem(app, app.Tag.ToString(), "Notepad", Properties.Resources.Win95IconNotepad);
|
AddTaskBarItem(app, app.Tag.ToString(), "Notepad", Properties.Resources.Win95IconNotepad);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue