Exemplo n.º 1
0
 public void Add(Planet hum)
 {
     this.collection.Add(new Planet(hum));
     this.UpdateFile();
 }