コード例 #1
0
 public bool IsGameOver(int framesCount, IFrame frame)
 {
     return(framesCount == FramesPerMatch && frame.IsFull(NumberOfRolls));
 }