Exemple #1
0
 private void MakeAGuess(char input)
 {
     input = Char.ToLower(input);
     _backend.Guess(input);
     UpdateUI();
 }