コード例 #1
0
ファイル: MainMenuScreen.cs プロジェクト: niz3/glass
 void PicClothesClick(object sender, EventArgs e)
 {
     SetDifficulty();
     GameClothes frmGameClothes=new GameClothes();
     frmGameClothes.ShowDialog(this);
     UpdateScore();
 }
コード例 #2
0
ファイル: MainMenuScreen.cs プロジェクト: Maxam/glass
 void PicClothesClick(object sender, EventArgs e)
 {
     SetDifficulty();
     GameClothes frmGameClothes=new GameClothes();
     frmGameClothes.Show();
 }