コード例 #1
0
ファイル: Pile.cs プロジェクト: Sanu-samm/callbreak
 public void AddCard(SpadesCard c, int index)
 {
     CardPile.Insert(index, c);
     OnPotAdd(new PileEventArgs(c));
 }