Esempio n. 1
0
        private void Callbacks_BeginRace(object sender, Communication.EventArguments.Callbacks.BeginRaceEventArgs e)
        {
            PodiumStage = false;

            RunCatchLog(() =>
            {
                UpdateTimer.Clear();
                UpdateUI(this);
            }, "Error in Callbacks_BeginRace Method.", true);
        }
Esempio n. 2
0
 private void Callbacks_BeginRace(object sender, Communication.EventArguments.Callbacks.BeginRaceEventArgs e)
 {
     RunCatchLog(() => SendEmptyManiaLinkPage(_linkPageID), "Error in Callbacks_BeginRace Method.", true);
 }
Esempio n. 3
0
 private void Callbacks_BeginRace(object sender, Communication.EventArguments.Callbacks.BeginRaceEventArgs e)
 {
     ProRestartLogins = new HashSet <string>();
     ConRestartLogins = new HashSet <string>();
 }