AcManager.Tools.Profile.LapTimesStorage.LapTimesStorage C# (CSharp) Метод

LapTimesStorage() публичный Метод

public LapTimesStorage ( string sourceId ) : System
sourceId string
Результат System
        public LapTimesStorage(string sourceId)
                : base(FilesStorage.Instance.GetFilename("Progress", $"Lap Times ({sourceId}).data"), null, false, false) {
            _sourceId = sourceId;
        }