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