public override string ToString() { return(TimeFormatter.FormatFloat(this.laptime)); }
public void UpdateLastLapTime(float time) { string stime = TimeFormatter.FormatFloat(time); this.parent.UpdateLastLapLabel(stime); }