static void Main() { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); GUIManager manager = new GUIManager(); }