AcManager.Tools.Helpers.AcSettings.PythonSettings.SetToIni C# (CSharp) Method

SetToIni() protected method

protected SetToIni ( System.IniFile ini ) : void
ini System.IniFile
return void
        protected override void SetToIni(IniFile ini) {
            foreach (var app in Apps) {
                ini[app.Key.ToUpperInvariant()].Set("ACTIVE", app.Value);
            }
        }