Пример #1
0
 public TenthFrame()
 {
     Rolls = new Roll[3];
 }
Пример #2
0
 public Frame()
 {
     Rolls = new Roll[2];
 }