AK.F1.Timing.Model.Session.SpeedCapturesModel.CreateSpeedCaptureModel C# (CSharp) 메소드

CreateSpeedCaptureModel() 개인적인 메소드

private CreateSpeedCaptureModel ( SpeedCaptureLocation location, int driverId, int speed ) : SpeedCaptureModel
location SpeedCaptureLocation
driverId int
speed int
리턴 SpeedCaptureModel
        private SpeedCaptureModel CreateSpeedCaptureModel(SpeedCaptureLocation location, int driverId, int speed)
        {
            return new SpeedCaptureModel(DriverLocator.GetDriver(driverId), location, speed);
        }