Beispiel #1
0
 protected AthleteUpdate(AthleteRaceStatus type, string[] properties)
 {
     UpdateType = type;
     BibNumber  = Convert.ToInt32(properties[1]);
     Timestamp  = Convert.ToDateTime(properties[2]);
 }
Beispiel #2
0
 protected AthleteUpdate(AthleteRaceStatus type)
 {
     UpdateType = type;
 }