AcManager.Tools.Helpers.AcSettings.SessionInfoSettings.SetToIni C# (CSharp) Метод

SetToIni() защищенный Метод

protected SetToIni ( ) : void
Результат void
        protected override void SetToIni() {
            var section = Ini["OPTIONS"];
            section.Set("PRATICE_VISIBLE", Practice);
            section.Set("QUALIFY_VISIBLE", Qualify);
            section.Set("RACE_VISIBLE", Race);
            section.Set("BACKGROUND_COLOR", BackgroundColor, BackgroundOpacity);
            section.Set("FONT_COLOR", ForegroundColor, ForegroundOpacity);
        }
    }