summaryrefslogtreecommitdiff
path: root/ZooBOTanica/Program.cs
diff options
context:
space:
mode:
authorDennis Kobert <d-kobert@web.de>2019-05-19 17:00:02 +0200
committerDennis Kobert <d-kobert@web.de>2019-05-19 17:00:02 +0200
commitc4d046858e0822b7c2c540ac2368b2c0e88e7a26 (patch)
tree8ff5cfd8646908784a45762a6148ebc150810160 /ZooBOTanica/Program.cs
parentf89f308c525e9deebc6d2cf6416e27dfe1a299dc (diff)
general refectoring
added 42 as dummy Token
Diffstat (limited to 'ZooBOTanica/Program.cs')
-rw-r--r--ZooBOTanica/Program.cs5
1 files changed, 1 insertions, 4 deletions
diff --git a/ZooBOTanica/Program.cs b/ZooBOTanica/Program.cs
index 0c1123e..59c7434 100644
--- a/ZooBOTanica/Program.cs
+++ b/ZooBOTanica/Program.cs
@@ -1,7 +1,4 @@
using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Threading.Tasks;
using System.Windows.Forms;
namespace ZooBOTanica
@@ -9,7 +6,7 @@ namespace ZooBOTanica
internal static class Program
{
/// <summary>
- /// Der Haupteinstiegspunkt für die Anwendung.
+ /// Der Haupteinstiegspunkt für die Anwendung.
/// </summary>
[STAThread]
private static void Main()