aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Main/ShiftOS/Apps/TestForm.cs
diff options
context:
space:
mode:
authorAShifter <[email protected]>2017-09-25 09:35:03 -0600
committerAShifter <[email protected]>2017-09-25 09:35:03 -0600
commitf5004702c46d6c99737a0519d7d6735307c7501a (patch)
tree66be901284162cbadb10af1495e7b88fe00a24ca /ShiftOS.Main/ShiftOS/Apps/TestForm.cs
parentf77811b2a73512db8c5aeeedd573640e10b74bd0 (diff)
parent44d8d5c50749b70e93dd5ccf8718645d8c3d2fad (diff)
downloadshiftos-rewind-f5004702c46d6c99737a0519d7d6735307c7501a.tar.gz
shiftos-rewind-f5004702c46d6c99737a0519d7d6735307c7501a.tar.bz2
shiftos-rewind-f5004702c46d6c99737a0519d7d6735307c7501a.zip
Merge remote-tracking branch 'refs/remotes/ShiftOS-Rewind/master'
Diffstat (limited to 'ShiftOS.Main/ShiftOS/Apps/TestForm.cs')
-rw-r--r--ShiftOS.Main/ShiftOS/Apps/TestForm.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/ShiftOS.Main/ShiftOS/Apps/TestForm.cs b/ShiftOS.Main/ShiftOS/Apps/TestForm.cs
index 91055af..c8cd086 100644
--- a/ShiftOS.Main/ShiftOS/Apps/TestForm.cs
+++ b/ShiftOS.Main/ShiftOS/Apps/TestForm.cs
@@ -1,6 +1,7 @@
using System;
using System.Windows.Forms;
using ShiftOS.Engine.WindowManager;
+using ShiftOS.Main.ShiftOS.Apps;
namespace ShiftOS.Main
{
@@ -20,5 +21,10 @@ namespace ShiftOS.Main
shiftWM.Init(demo, textBox1.Text, null);
shiftWM.StartInfoboxSession(textBox1.Text, textBox2.Text, InfoboxTemplate.buttonType.OK);
}
+
+ private void button2_Click(object sender, EventArgs e)
+ {
+ shiftWM.Init(new Shifter(), "Shifter", Properties.Resources.iconShifter);
+ }
}
}