BattlelogMobile.Core.Repository.FileSettingsRepository.Save C# (CSharp) 메소드

Save() 공개 메소드

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