Esempio n. 1
0
 public void addCardModel(CardModel card) {
   card.model = this;
   this.cardModels.add(card);
   // this.toDB();
 }