Exemplo n.º 1
0
 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);
 }
Exemplo n.º 2
0
 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);
 }