AdvancedLauncher.SDK.Model.Config.Settings.Settings C# (CSharp) Method

Settings() public method

Initializes a new Settings based on another
public Settings ( Settings source ) : System
source Settings Source
return System
        public Settings(Settings source)
        {
            this.LanguageFile = source.LanguageFile;
            this.AppTheme = source.AppTheme;
            this.ThemeAccent = source.ThemeAccent;
            this.CheckForUpdates = source.CheckForUpdates;
        }

Same methods

Settings::Settings ( ) : System