Ejemplo n.º 1
0
 /// <summary>Adds autocomplete support to the given TextBox.</summary>
 public Autocomplete(TextBox textBox, SuggestHandler handler) : this(textBox) {
     this.SuggestHandler = handler;
 }
Ejemplo n.º 2
0
 /// <summary>Adds autocomplete support to the given TextBox.</summary>
 public Autocomplete(TextBox textBox, SuggestHandler handler) : this(textBox) {
     this.SuggestHandler = handler;
 }