aboutsummaryrefslogtreecommitdiff
path: root/Super Polarity/MenuItem.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Super Polarity/MenuItem.cs')
-rw-r--r--Super Polarity/MenuItem.cs11
1 files changed, 11 insertions, 0 deletions
diff --git a/Super Polarity/MenuItem.cs b/Super Polarity/MenuItem.cs
new file mode 100644
index 0000000..77561a9
--- /dev/null
+++ b/Super Polarity/MenuItem.cs
@@ -0,0 +1,11 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+
+namespace SuperPolarity
+{
+ class MenuItem : Widget
+ {
+ }
+}