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