From 4414cc3a6f2b9fe9c318a9c7438ee139ef830099 Mon Sep 17 00:00:00 2001 From: emkael Date: Sat, 13 Oct 2018 18:01:37 +0200 Subject: Renaming project --- kurier/Program.cs | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 kurier/Program.cs (limited to 'kurier/Program.cs') diff --git a/kurier/Program.cs b/kurier/Program.cs deleted file mode 100644 index 2114d67..0000000 --- a/kurier/Program.cs +++ /dev/null @@ -1,20 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Windows.Forms; - -namespace kurier -{ - static class Program - { - /// - /// The main entry point for the application. - /// - [STAThread] - static void Main() - { - Application.EnableVisualStyles(); - Application.SetCompatibleTextRenderingDefault(false); - Application.Run(new Form1()); - } - } -} -- cgit v1.2.3