static void Main() { //Initialize the main window & run the application Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); GUI.MainWindow Window = new GUI.MainWindow(); Window.ClearFileInfor(); Application.Run(Window); }