Exemplo n.º 1
0
 public void ClearAll()   //call when Catalog is closed
 {
     resultsPanel.Clear();
     keywordsListView.VirtualListSize = 0;
     indexCache.Clear();
     _helpKeywords = null;
 }
Exemplo n.º 2
0
 public void ClearAll()   //call when Catalog is closed
 {
     resultsPanel.Clear();
     UpdateStatus(false);
 }
Exemplo n.º 3
0
 public void ClearAll()   //call when Catalog is closed
 {
     resultsPanel.Clear();
     tocPanel.Clear();
 }