コード例 #1
0
ファイル: MainForm.cs プロジェクト: vicemilin/vice-poker
 private void cardImage0_Click(object sender, System.EventArgs e)
 {
     _hand.Hold(0);
     DrawHand();
 }