Artemis.Settings.GeneralSettings.Save C# (CSharp) Method

Save() public method

public Save ( ) : void
return void
        public void Save()
        {
            SettingsProvider.Save(this);
            ApplyAutorun();
            ApplyTheme();
            ApplyGamestatePort();
            Logging.SetupLogging(LogLevel);
        }