Exemplo n.º 1
0
        private void StartRound(object obj)
        {
            competition.ResetTests();
            competition.StartRound();
            stopWatch.Reset();
            stopWatch.Start();
            uiUpdateTimer.Start();

            enableButtonTwo = true;
            ButtonTwoCommand.OnCanExecuteChanged();
            OnPropertyChanged(nameof(Running));
        }