From 4fc09567c557a1110180940cca40fd7144921026 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Mon, 3 Feb 2014 10:06:44 -0600 Subject: Removes spaces. --- SuperPolarity/MenuWidget.cs | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 SuperPolarity/MenuWidget.cs (limited to 'SuperPolarity/MenuWidget.cs') diff --git a/SuperPolarity/MenuWidget.cs b/SuperPolarity/MenuWidget.cs new file mode 100644 index 0000000..992ef43 --- /dev/null +++ b/SuperPolarity/MenuWidget.cs @@ -0,0 +1,11 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; + +namespace SuperPolarity +{ + class MenuWidget + { + } +} -- cgit