AK.F1.Timing.Model.Grid.GridRowModelBase.Reset C# (CSharp) Method

Reset() public method

Resets all the columns specified by this row.
public Reset ( ) : void
return void
        public virtual void Reset()
        {
            /*CarNumber.Reset();
            DriverName.Reset();
            Position.Reset();*/
            S1.Reset();
            S2.Reset();
            S3.Reset();
        }