Artemis.Settings.GeneralSettings.Save C# (CSharp) 메소드

Save() 공개 메소드

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