Пример #1
0
 public void setCardCollection(List <Models.Card> cards)
 {
     CardCollection.setCards(cards);
     CardCollectionLoaded = true;
 }