aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Main/ShiftOS/Apps/ShiftDemo.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS.Main/ShiftOS/Apps/ShiftDemo.cs')
-rw-r--r--ShiftOS.Main/ShiftOS/Apps/ShiftDemo.cs20
1 files changed, 20 insertions, 0 deletions
diff --git a/ShiftOS.Main/ShiftOS/Apps/ShiftDemo.cs b/ShiftOS.Main/ShiftOS/Apps/ShiftDemo.cs
new file mode 100644
index 0000000..1f400c8
--- /dev/null
+++ b/ShiftOS.Main/ShiftOS/Apps/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();
+ }
+ }
+}