aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Main/ShiftDemo.cs
diff options
context:
space:
mode:
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();
- }
- }
-}