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