summaryrefslogtreecommitdiff
path: root/ZooBOTanica/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ZooBOTanica/Program.cs')
-rw-r--r--ZooBOTanica/Program.cs19
1 files changed, 0 insertions, 19 deletions
diff --git a/ZooBOTanica/Program.cs b/ZooBOTanica/Program.cs
deleted file mode 100644
index 59c7434..0000000
--- a/ZooBOTanica/Program.cs
+++ /dev/null
@@ -1,19 +0,0 @@
-using System;
-using System.Windows.Forms;
-
-namespace ZooBOTanica
-{
- internal static class Program
- {
- /// <summary>
- /// Der Haupteinstiegspunkt für die Anwendung.
- /// </summary>
- [STAThread]
- private static void Main()
- {
- Application.EnableVisualStyles();
- Application.SetCompatibleTextRenderingDefault(false);
- Application.Run(new CritCreateForm());
- }
- }
-} \ No newline at end of file