Ejemplo n.º 1
0
 public static bool GetValidationEnabled(ISettingsStorage storage)
 {
     return(storage.GetBoolean(ValidationEnabledKey, true));
 }
Ejemplo n.º 2
0
 public static bool GetSignatureHelpEnabled(ISettingsStorage storage)
 {
     return(storage.GetBoolean(SignatureHelpEnabledKey, true));
 }
Ejemplo n.º 3
0
 public static bool GetAutoFormat(ISettingsStorage storage)
 {
     return(storage.GetBoolean(AutoFormatKey, true));
 }
Ejemplo n.º 4
0
 public static bool GetValidationEnabled(ISettingsStorage storage) {
     return storage.GetBoolean(ValidationEnabledKey, true);
 }
Ejemplo n.º 5
0
 public static bool GetSignatureHelpEnabled(ISettingsStorage storage) {
     return storage.GetBoolean(SignatureHelpEnabledKey, true);
 }
Ejemplo n.º 6
0
 public static bool GetAutoFormat(ISettingsStorage storage) {
     return storage.GetBoolean(AutoFormatKey, true);
 }