diff options
Diffstat (limited to 'Super Polarity/Program.cs')
| -rw-r--r-- | Super Polarity/Program.cs | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/Super Polarity/Program.cs b/Super Polarity/Program.cs deleted file mode 100644 index 6c3f614..0000000 --- a/Super Polarity/Program.cs +++ /dev/null @@ -1,26 +0,0 @@ -#region Using Statements -using System; -using System.Collections.Generic; -using System.Linq; -#endregion - -namespace SuperPolarity -{ -#if WINDOWS || LINUX - /// <summary> - /// The main class. - /// </summary> - public static class Program - { - /// <summary> - /// The main entry point for the application. - /// </summary> - [STAThread] - static void Main() - { - using (var superPolarity = new SuperPolarity()) - superPolarity.Run(); - } - } -#endif -} |