Ejemplo n.º 1
0
 private void UpdateAttemptsLeft()
 {
     labelAttemptsLeft.Content = _backend.GetAllowedAttempts() - _backend.GetGuessAttempts();
 }