Ejemplo n.º 1
0
 public SettingsManager Remove(Option option)
 {
     return this;
 }
Ejemplo n.º 2
0
        public SettingsManager Add(Option option)
        {
            if (option != null)
            {
                _optionsAll[option.Name] = option;
            }

            return this;
        }