Ejemplo n.º 1
0
 public DateTimeBox()
 {
     ControlType = new ControlType { View = ControlTypeView.TextBox };
 }
Ejemplo n.º 2
0
 public LanguageCheckBox()
 {
     ControlType = new ControlType { View = ControlTypeView.CheckBoxList };
 }
Ejemplo n.º 3
0
 public CustomerDropDown()
 {
     ControlType = new ControlType { View = ControlTypeView.DropDown };
 }
Ejemplo n.º 4
0
 public CountryDropDown()
 {
     ControlType = new ControlType { View = ControlTypeView.DropDown };
 }