예제 #1
0
 public Game(string category)
 {
     this.gameCategoryId = DatabaseAccess.GetCategoryId(category)[0];
     fichePack           = DatabaseAccess.LoadFiche(this.gameCategoryId);
 }
예제 #2
0
 public Game()
 {
     fichePack = DatabaseAccess.LoadFicheRepeats();
 }