BattlelogMobile.Core.Repository.FileSettingsRepository.Save C# (CSharp) Method

Save() public method

public Save ( Settings settings ) : void
settings BattlelogMobile.Core.Model.Settings
return void
        public void Save(Settings settings)
        {
            IsolatedStorageSettings.ApplicationSettings[Key] = settings.BackgroundEnabled;
        }