Exemple #1
0
 /// <summary>
 /// Adds a card to the bottom of the file
 /// </summary>
 /// <param name="card">The card</param>
 public void AddToBottom(Card card)
 {
     CardsCollection.Insert(0, card);
 }