AK.F1.Timing.Model.Driver.SectorTimesModel.SectorTimesModel C# (CSharp) Méthode

SectorTimesModel() public méthode

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