Ejemplo n.º 1
0
 private void SearchBox_Search(SearchBox sender, string text)
 {
     ResultBox.SearchAsync(text, 1);
 }
Ejemplo n.º 2
0
 public void SetHistory(List <string> history)
 {
     ResultBox.SetHistory(history);
 }