Esempio n. 1
0
        private void Callbacks_PlayerFinish(object sender, Communication.EventArguments.Callbacks.PlayerFinishEventArgs e)
        {
            if (e.TimeOrScore <= 0)
            {
                return;
            }

            UpdateTimer.Enqueue(UpdateUI, this);
        }