Exemplo n.º 1
0
 public void Initialize()
 {
     _textBoxInspectorsCollection = new TextBoxInspectorsCollection();
     _target = new PrivateObject(_textBoxInspectorsCollection);
 }
 public InputInspectingTextBox()
 {
     _textBoxInspectorsCollection = new TextBoxInspectorsCollection();
     this.TextChanged            += (sender, eventArguments) => UpdateTextBoxInspectorsCollection();
     this.Leave += (sender, eventArguments) => UpdateTextBoxInspectorsCollection();
 }