public BookModel () : base()
 {
     SetList =   new CardSetList ();
     Cards =     new List<CardInfo> ();
 }
Beispiel #2
0
 public BookModel() : base()
 {
     SetList = new CardSetList();
     Cards   = new List <CardInfo> ();
 }
Beispiel #3
0
 public IndexModel() : base()
 {
     SetList     = new CardSetList();
     Cards       = new List <CardInfo> ();
     RandomCards = new List <Card>();
 }