aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Main/ShiftDemo.cs
diff options
context:
space:
mode:
authorAShifter <[email protected]>2017-09-24 13:56:11 -0600
committerAShifter <[email protected]>2017-09-24 13:56:11 -0600
commit0a552e395477d2bb4c90e12624d11b28545a4933 (patch)
tree035533bf35faa4c1480adc8ef033fd8d9c65c8c5 /ShiftOS.Main/ShiftDemo.cs
parent9107510c4985ceb781640163bbb82ab6de2fa35e (diff)
downloadshiftos-rewind-0a552e395477d2bb4c90e12624d11b28545a4933.tar.gz
shiftos-rewind-0a552e395477d2bb4c90e12624d11b28545a4933.tar.bz2
shiftos-rewind-0a552e395477d2bb4c90e12624d11b28545a4933.zip
Update WM
It's pretty much done. Pair with DE, and serve hot.
Diffstat (limited to 'ShiftOS.Main/ShiftDemo.cs')
-rw-r--r--ShiftOS.Main/ShiftDemo.cs20
1 files changed, 0 insertions, 20 deletions
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();
- }
- }
-}