Ejemplo n.º 1
0
 public static PlanetarySystem Create(List <string> names)
 {
     return(new PlanetarySystem(SolarSystemHelper.GetPlanets(names)));
 }
Ejemplo n.º 2
0
 private SolarSystem()
 {
     Planets = SolarSystemHelper.GetPlanets();
     Sun     = new Sun();
 }