From 0a552e395477d2bb4c90e12624d11b28545a4933 Mon Sep 17 00:00:00 2001 From: AShifter Date: Sun, 24 Sep 2017 13:56:11 -0600 Subject: Update WM It's pretty much done. Pair with DE, and serve hot. --- ShiftOS.Main/TestForm.cs | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 ShiftOS.Main/TestForm.cs (limited to 'ShiftOS.Main/TestForm.cs') diff --git a/ShiftOS.Main/TestForm.cs b/ShiftOS.Main/TestForm.cs deleted file mode 100644 index e1f926f..0000000 --- a/ShiftOS.Main/TestForm.cs +++ /dev/null @@ -1,23 +0,0 @@ -using System; -using System.Windows.Forms; -using ShiftOS.Engine.WindowManager; - -namespace ShiftOS.Main -{ - public partial class TestForm : Form - { - public ShiftWM shiftWM = new ShiftWM(); - public ShiftDemo demo = new ShiftDemo(); - - public TestForm() - { - InitializeComponent(); - } - - private void Button1_Click(object sender, EventArgs e) - { - demo.label1.Text = textBox2.Text; - shiftWM.Init(demo, textBox1.Text); - } - } -} -- cgit v1.2.3