AcManager.Pages.Drive.QuickDrive_Drag.ViewModel.Load C# (CSharp) Method

Load() protected method

protected Load ( QuickDrive_Race o ) : void
o QuickDrive_Race
return void
            protected override void Load(QuickDrive_Race.ViewModel.SaveableData o) {
                base.Load(o);

                var r = (SaveableData)o;
                PracticeDuration = r.PracticeLength ?? 15;
                QualificationDuration = r.QualificationLength ?? 30;
            }