Exemplo n.º 1
0
 public ConcreteDropDown(IDropDownElement dropDownElement) : base(dropDownElement)
 {
 }
Exemplo n.º 2
0
 public DropDown(IDropDownElement dropDownElement)
 {
     _dropDownElement = dropDownElement;
 }