예제 #1
0
파일: Pile.cs 프로젝트: Sanu-samm/callbreak
 public void AddCard(SpadesCard c, int index)
 {
     CardPile.Insert(index, c);
     OnPotAdd(new PileEventArgs(c));
 }