Ejemplo n.º 1
0
 public InputInspectingDropDownList()
 {
     _dropDownListInspectorsCollection = new DropDownListInspectorsCollection();
     this.TextChanged += (sender, eventArguments) => UpdateDropDownListInspectorsCollection();
     this.Leave       += (sender, eventArguments) => UpdateDropDownListInspectorsCollection();
 }
Ejemplo n.º 2
0
 public void Initialize()
 {
     _dropDownListInspectorsCollection = new DropDownListInspectorsCollection();
     _target = new PrivateObject(_dropDownListInspectorsCollection);
 }