コード例 #1
0
 public Ring()
 {
     innerRound = new Round();
     outerRound = new Round();
 }