Exemplo n.º 1
0
 public bool CustomSettingDropDownValueExists(string name)
 => SettingsIni.KeyExists(CUSTOM_SETTINGS, $"{name}_SelectedIndex");
Exemplo n.º 2
0
 public bool CustomSettingCheckBoxValueExists(string name)
 => SettingsIni.KeyExists(CUSTOM_SETTINGS, $"{name}_Checked");