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