summaryrefslogtreecommitdiff
path: root/ZooBOTanica/Program.cs
diff options
context:
space:
mode:
authorDennis Kobert <d-kobert@web.de>2019-05-19 16:03:38 +0200
committerDennis Kobert <d-kobert@web.de>2019-05-19 16:03:38 +0200
commitf89f308c525e9deebc6d2cf6416e27dfe1a299dc (patch)
tree7097ef871ead0245efda696198443eab8e443d3a /ZooBOTanica/Program.cs
parentf3983341be939235c1a6cd522b3bb5cc318a6d1a (diff)
Cleanup DiscoBot Project
Diffstat (limited to 'ZooBOTanica/Program.cs')
-rw-r--r--ZooBOTanica/Program.cs6
1 files changed, 3 insertions, 3 deletions
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
{
/// <summary>
/// Der Haupteinstiegspunkt für die Anwendung.
/// </summary>
[STAThread]
- static void Main()
+ private static void Main()
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new CritCreateForm());
}
}
-}
+} \ No newline at end of file