Beispiel #1
0
 public void AddCard(SpadesCard c, int index)
 {
     CardPile.Insert(index, c);
     OnPotAdd(new PileEventArgs(c));
 }