Exemplo n.º 1
0
 static void Main()
 {
     Application.EnableVisualStyles();
     // Application.SetCompatibleTextRenderingDefault(false);
     // Application.Run(new GameSettingForm());
     ScreenManagement.StartNewGame();
 }
Exemplo n.º 2
0
 public void button_Click(object sender, EventArgs e)
 {
     ScreenManagement.SetIndex((Button)sender);
 }