Пример #1
0
 void PicClothesClick(object sender, EventArgs e)
 {
     SetDifficulty();
     GameClothes frmGameClothes=new GameClothes();
     frmGameClothes.ShowDialog(this);
     UpdateScore();
 }
Пример #2
0
 void PicClothesClick(object sender, EventArgs e)
 {
     SetDifficulty();
     GameClothes frmGameClothes=new GameClothes();
     frmGameClothes.Show();
 }