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