Beispiel #1
0
 void LineSr_DataSqlUpdateSucceeded(SportRadar.DAL.CommonObjects.eUpdateType eut, string sProviderDescription)
 {
     if (eut == eUpdateType.PreMatches)
     {
         Refresh(true);
     }
 }
 void LineSr_DataSqlUpdateSucceeded(SportRadar.DAL.CommonObjects.eUpdateType eut, string sProviderDescription)
 {
     if (eut == eUpdateType.PreMatches)
     {
         FillTournaments();
     }
 }