示例#1
0
 public void clearDataSourceSelector()
 {
     authorList.Clear();
     nxbList.Clear();
     locationList.Clear();
     typeList.Clear();
 }
示例#2
0
 private void ClearProperties(string text = "")
 {
     changeProgress(0);
     dispatcher.BeginInvoke(new Action(() =>
     {
         ExpLinksList.Clear();
         PDList.Clear();
         IDList.Clear();
         ChtDuplicatesList.Clear();
     }));
     StartButton         = "Run";
     ConsoleTextProperty = new ConsoleText {
         TheColor = Brushes.Red, TheText = text
     };
 }
示例#3
0
 /// <summary>
 /// 全部清除
 /// </summary>
 public void ClearnAll()
 {
     MapDict.Clear();
     IDList.Clear();
 }