Esempio n. 1
0
 public override void OnPause()
 {
     if (Profile != null)
     {
         profileSettingService.SaveProfileInLocalStorage(Profile);
     }
     base.OnPause();
 }
Esempio n. 2
0
 private void SaveDataBeforeYouLive()
 {
     Profile.DriverLicense = DriverLicense;
     profileSettingService.SaveProfileInLocalStorage(Profile);
 }