void INavigateToItemProvider.StopSearch()
 {
     _threadCommunicator.StopSearch(_searchText);
     _searchText = "";
 }
Example #2
0
 void INavigateToItemProvider.StopSearch()
 {
     _threadCommunicator.StopSearch();
 }