Exemplo n.º 1
0
 public Personne()
 {
     Nom = "";
     Prenom = "";
     DateNaissance = (DateTime.Now).Date;
     Photo = "";
     ImageReference = new ImageGUIDReference(@"/Images/Photos/", @"Anonymous.png");
 }
Exemplo n.º 2
0
 public Jeu()
 {
     Nom = "";
     Type = "";
     Description = "";
     SiteWeb = "";
     Photo = "";
     ImageReference = new ImageGUIDReference(@"/Images/Photos/", @"UnknownGame.png");
 }