diff options
| author | Ben Beltran <ben@nsovocal.com> | 2013-11-18 21:51:56 -0600 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2013-11-18 21:51:56 -0600 |
| commit | 74c155708d85abfc2cf227c08de4f27003015b3f (patch) | |
| tree | 2e7f6fdad12ae6509832b0e5ee497af7ed72e5e2 /Super Polarity/MenuWidget.cs | |
| parent | 38c7d3f9eb7d63937c6654ff5dd6046ce02dd59c (diff) | |
I have the worst commits ever.
Diffstat (limited to 'Super Polarity/MenuWidget.cs')
| -rw-r--r-- | Super Polarity/MenuWidget.cs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Super Polarity/MenuWidget.cs b/Super Polarity/MenuWidget.cs new file mode 100644 index 0000000..8131e50 --- /dev/null +++ b/Super Polarity/MenuWidget.cs @@ -0,0 +1,11 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; + +namespace SuperPolarity +{ + class MenuWidget : Widget + { + } +} |