From 019da5b9ebf67b758a31dd05c4b17de66fa682f2 Mon Sep 17 00:00:00 2001 From: FloppyDiskDrive Date: Sun, 5 Nov 2017 14:13:06 -0600 Subject: Began to add textpad, extra functionality to the infobox template --- ShiftOS.Main/ShiftOS/Desktop.cs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ShiftOS.Main/ShiftOS/Desktop.cs') diff --git a/ShiftOS.Main/ShiftOS/Desktop.cs b/ShiftOS.Main/ShiftOS/Desktop.cs index 06f1fc8..66392a7 100644 --- a/ShiftOS.Main/ShiftOS/Desktop.cs +++ b/ShiftOS.Main/ShiftOS/Desktop.cs @@ -8,6 +8,7 @@ using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using ShiftOS.Engine.WindowManager; +using ShiftOS.Engine; namespace ShiftOS.Main.ShiftOS { @@ -64,5 +65,11 @@ namespace ShiftOS.Main.ShiftOS ShiftWM.Init(trm, "Terminal", null, false, true); } + + private void textPadToolStripMenuItem_Click(object sender, EventArgs e) + { + var tp = new Apps.TextPad(); + ShiftWM.Init(tp, "TextPad", Properties.Resources.iconTextPad.ToIcon()); + } } } -- cgit v1.2.3