Exemple #1
0
 public override string ToString()
 {
     return(TimeFormatter.FormatFloat(this.laptime));
 }
Exemple #2
0
        public void UpdateLastLapTime(float time)
        {
            string stime = TimeFormatter.FormatFloat(time);

            this.parent.UpdateLastLapLabel(stime);
        }