コード例 #1
0
 public void Setup()
 {
     game = new BowlingGame();
 }
コード例 #2
0
 public void CanCreateGame()
 {
     var game = new BowlingGame();
 }