From 0632089d19b62f948d582f01f5359e0eb3702ad9 Mon Sep 17 00:00:00 2001 From: HeshamTB Date: Sat, 8 Sep 2018 14:33:07 +0300 Subject: [PATCH] rename fix --- OWTrack/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OWTrack/Program.cs b/OWTrack/Program.cs index 33cb5a5..fb7f39e 100644 --- a/OWTrack/Program.cs +++ b/OWTrack/Program.cs @@ -19,7 +19,7 @@ namespace OWTrack { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); - Application.Run(new Form1()); + Application.Run(new MainForm()); } public static string Version = "1.3.0";