コード例 #1
0
ファイル: Gaming.cs プロジェクト: AXDOOMER/Gamers-Repo
 public Personne()
 {
     Nom = "";
     Prenom = "";
     DateNaissance = (DateTime.Now).Date;
     Photo = "";
     ImageReference = new ImageGUIDReference(@"/Images/Photos/", @"Anonymous.png");
 }
コード例 #2
0
ファイル: Gaming.cs プロジェクト: AXDOOMER/Gamers-Repo
 public Jeu()
 {
     Nom = "";
     Type = "";
     Description = "";
     SiteWeb = "";
     Photo = "";
     ImageReference = new ImageGUIDReference(@"/Images/Photos/", @"UnknownGame.png");
 }