Esempio n. 1
0
 //one thing only in these methods
 public void AddGame(VideoGame currentGame) //videoGame is the datatype
 {
     GameList.Add(currentGame);
 }