示例#1
0
 public ConcreteDropDown(IDropDownElement dropDownElement) : base(dropDownElement)
 {
 }
示例#2
0
 public DropDown(IDropDownElement dropDownElement)
 {
     _dropDownElement = dropDownElement;
 }