Beispiel #1
0
 public Earth(Moment moment)
 {
     Moment = moment;
 }
Beispiel #2
0
 public Jupiter(Moment moment)
 {
     Moment = moment;
 }