Exemplo n.º 1
0
 void PicFruitsClick(object sender, EventArgs e)
 {
     SetDifficulty();
     GameFruits frmGameFruits=new GameFruits();
     frmGameFruits.ShowDialog(this);
     UpdateScore();
 }
Exemplo n.º 2
0
 void PicFruitsClick(object sender, EventArgs e)
 {
     SetDifficulty();
     GameFruits frmGameFruits=new GameFruits();
     frmGameFruits.Show(this);
 }