Пример #1
0
 private bool HasWon(string result)
 {
     return(_mastermind.CheckWinCondition(result));
 }