Esempio n. 1
0
 public void AddVideoGameToList(VideoGame videogame)
 {
     this.VideoGameList.Add(videogame);
 }