コード例 #1
0
 public TenthFrame()
 {
     Rolls = new Roll[3];
 }
コード例 #2
0
 public Frame()
 {
     Rolls = new Roll[2];
 }