Esempio n. 1
0
File: Form2.cs Progetto: 0shade0/RP3
 public void setGameover()
 {
     activeGame.setGameover();
     button3.Text   = "RESET";
     button3.Click -= button3_Click_1;
     button3.Click += button3_Click_2;
 }