diff options
Diffstat (limited to 'Pinger/MyNet/Program.cs')
| -rw-r--r-- | Pinger/MyNet/Program.cs | 19 |
1 files changed, 0 insertions, 19 deletions
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 { - /// <summary> - /// The main entry point for the application. - /// </summary> - [STAThread] - static void Main() { - Application.EnableVisualStyles(); - Application.SetCompatibleTextRenderingDefault(false); - Application.Run(new myNetForm()); - } - } -} |
