AdvancedLauncher.SDK.Model.Config.Settings.MergeConfig C# (CSharp) 메소드

MergeConfig() 공개 메소드

Merge data of other Settings into current
public MergeConfig ( Settings source ) : void
source Settings Source
리턴 void
        public void MergeConfig(Settings source)
        {
            this.LanguageFile = source.LanguageFile;
            this.AppTheme = source.AppTheme;
            this.ThemeAccent = source.ThemeAccent;
            this.CheckForUpdates = source.CheckForUpdates;
        }