Exemplo n.º 1
0
        private void Callbacks_EndRace(object sender, Communication.EventArguments.Callbacks.EndRaceEventArgs e)
        {
            PodiumStage = true;

            RunCatchLog(() =>
            {
                UpdateTimer.Clear();
                UpdateUI(this);
            }, "Error in Callbacks_EndRace Method.", true);
        }