예제 #1
0
        void Correct()
        {
            QuestionTimer.Stop();
            bool NewRound = Bee.QuestionAnswered(true);

            DisplayUpdate();
            Dispatcher.Invoke(WaitForRender, DispatcherPriority.Render);
            Display.UpdateLayout();
            AnimateCorrect();
            if (NewRound)
            {
                ReadyButtonsForNextRound();
            }
        }