コード例 #1
0
 public InputInspectingDropDownList()
 {
     _dropDownListInspectorsCollection = new DropDownListInspectorsCollection();
     this.TextChanged += (sender, eventArguments) => UpdateDropDownListInspectorsCollection();
     this.Leave       += (sender, eventArguments) => UpdateDropDownListInspectorsCollection();
 }
コード例 #2
0
 public void Initialize()
 {
     _dropDownListInspectorsCollection = new DropDownListInspectorsCollection();
     _target = new PrivateObject(_dropDownListInspectorsCollection);
 }