Ejemplo n.º 1
0
 public BootstrapControlGroup(string input, string label, ControlGroupType type, bool fieldIsValid = true)
 {
     this._input        = input;
     this._label        = label;
     this._type         = type;
     this._fieldIsValid = fieldIsValid;
 }
 public BootstrapControlGroup(string input, string label, ControlGroupType type, bool fieldIsValid = true)
 {
     this._input = input;
     this._label = label;
     this._type = type;
     this._fieldIsValid = fieldIsValid;
 }