From f89f308c525e9deebc6d2cf6416e27dfe1a299dc Mon Sep 17 00:00:00 2001 From: Dennis Kobert Date: Sun, 19 May 2019 16:03:38 +0200 Subject: Cleanup DiscoBot Project --- ZooBOTanica/Program.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ZooBOTanica/Program.cs') diff --git a/ZooBOTanica/Program.cs b/ZooBOTanica/Program.cs index e67b591..0c1123e 100644 --- a/ZooBOTanica/Program.cs +++ b/ZooBOTanica/Program.cs @@ -6,17 +6,17 @@ using System.Windows.Forms; namespace ZooBOTanica { - static class Program + internal static class Program { /// /// Der Haupteinstiegspunkt für die Anwendung. /// [STAThread] - static void Main() + private static void Main() { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.Run(new CritCreateForm()); } } -} +} \ No newline at end of file -- cgit v1.2.3-54-g00ecf