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/ShiftDemo.cs | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 ShiftOS.Main/ShiftDemo.cs (limited to 'ShiftOS.Main/ShiftDemo.cs') diff --git a/ShiftOS.Main/ShiftDemo.cs b/ShiftOS.Main/ShiftDemo.cs deleted file mode 100644 index 1f400c8..0000000 --- a/ShiftOS.Main/ShiftDemo.cs +++ /dev/null @@ -1,20 +0,0 @@ -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