AK.F1.Timing.Model.Driver.SectorTimesModel.SectorTimesModel C# (CSharp) 메소드

SectorTimesModel() 공개 메소드

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