예제 #1
0
 private PlanetarySystem(Planets planets) : base(planets.ToBodies())
 {
     Bodies.Add(new Sun());
 }