From 2503ca78d3e583cb1291cb9a99a6e79526a348ee Mon Sep 17 00:00:00 2001 From: TrueDoctor Date: Mon, 9 Jul 2018 15:15:35 +0200 Subject: Created DSALib Created ZooBOTanica --- ZooBOTanica/Program.cs | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 ZooBOTanica/Program.cs (limited to 'ZooBOTanica/Program.cs') diff --git a/ZooBOTanica/Program.cs b/ZooBOTanica/Program.cs new file mode 100644 index 0000000..e67b591 --- /dev/null +++ b/ZooBOTanica/Program.cs @@ -0,0 +1,22 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Threading.Tasks; +using System.Windows.Forms; + +namespace ZooBOTanica +{ + static class Program + { + /// + /// Der Haupteinstiegspunkt für die Anwendung. + /// + [STAThread] + static void Main() + { + Application.EnableVisualStyles(); + Application.SetCompatibleTextRenderingDefault(false); + Application.Run(new CritCreateForm()); + } + } +} -- cgit v1.2.3-70-g09d2