From 78cc8af9f418e9cacccc945186a242f02e9e049e Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sat, 16 Nov 2019 19:12:26 +0200 Subject: Fixed Pinger naming --- Pinger/MyNet/Program.cs | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 Pinger/MyNet/Program.cs (limited to 'Pinger/MyNet/Program.cs') diff --git a/Pinger/MyNet/Program.cs b/Pinger/MyNet/Program.cs deleted file mode 100644 index 17bd825..0000000 --- a/Pinger/MyNet/Program.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Threading.Tasks; -using System.Windows.Forms; - -namespace MyNet { - static class Program { - /// - /// The main entry point for the application. - /// - [STAThread] - static void Main() { - Application.EnableVisualStyles(); - Application.SetCompatibleTextRenderingDefault(false); - Application.Run(new myNetForm()); - } - } -} -- cgit v1.2.3