Exemple #1
0
 public void GivenPlayerTwoGetsOut()
 {
     _result        = new Winner();
     _game1.Playing = _result.GetOut();
 }