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