AcManager.Pages.Drive.Rsr.ViewModel.ViewModel C# (CSharp) Method

ViewModel() private method

private ViewModel ( ) : System
return System
            internal ViewModel() {
                GhostCar = ValuesStorage.GetBool(KeyGhostCar, true);
                ShowExtensionMessage = ValuesStorage.GetBool(KeyShowExtensionMessage, true);
            }