Example #1
0
 public void EnleverPlanète(string p) => PlanètesControllées.Remove(p);
Example #2
0
 public void AjouterPlanète(string p) => PlanètesControllées.Add(p);