Exemple #1
0
 public BaseSettingsSection(BaseSettings settings, String section)
 {
     _Parent  = settings;
     _Section = section;
 }
Exemple #2
0
 public BaseSettingsValue(BaseSettings pParent, String pSection, String pValueName)
 {
     _Parent      = pParent;
     _SectionName = pSection;
     _ValueName   = pValueName;
 }