AK.F1.Timing.Model.Driver.SectorTimesModel.SectorTimesModel C# (CSharp) Method

SectorTimesModel() public method

Initialises a new instance of the SectorTimesModel class.
public SectorTimesModel ( ) : System
return System
        public SectorTimesModel()
        {
            this.S1 = new PostedTimeCollectionModel();
            this.S2 = new PostedTimeCollectionModel();
            this.S3 = new PostedTimeCollectionModel();
        }
SectorTimesModel