From 9107510c4985ceb781640163bbb82ab6de2fa35e Mon Sep 17 00:00:00 2001 From: AShifter Date: Sun, 24 Sep 2017 12:32:50 -0600 Subject: Add proper WM and Remove old source Added a proper, working WM. I also got rid of the old source as we could just make a new repo for that. --- ShiftOS.Main/ShiftDemo.cs | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 ShiftOS.Main/ShiftDemo.cs (limited to 'ShiftOS.Main/ShiftDemo.cs') diff --git a/ShiftOS.Main/ShiftDemo.cs b/ShiftOS.Main/ShiftDemo.cs new file mode 100644 index 0000000..1f400c8 --- /dev/null +++ b/ShiftOS.Main/ShiftDemo.cs @@ -0,0 +1,20 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Drawing; +using System.Data; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows.Forms; + +namespace ShiftOS.Main +{ + public partial class ShiftDemo : UserControl + { + public ShiftDemo() + { + InitializeComponent(); + } + } +} -- cgit v1.2.3