static void Main() { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Main main = new Main(); main.Run(); }