コード例 #1
0
 public Earth(Moment moment)
 {
     Moment = moment;
 }
コード例 #2
0
ファイル: Jupiter.cs プロジェクト: jamesstill/MoonsOfJupiter
 public Jupiter(Moment moment)
 {
     Moment = moment;
 }