Esempio n. 1
0
 private void clearQueueView()
 {
     if (this.InvokeRequired)
     {
         clearQueueViewCallback cqvc = new clearQueueViewCallback(clearQueueView);
         this.Invoke(cqvc);
     }
     else
     {
         fastDataListView1.ClearObjects();
         fastDataListView1.Refresh();
     }
 }
Esempio n. 2
0
 private void clearQueueView()
 {
     if (this.InvokeRequired)
     {
         clearQueueViewCallback cqvc = new clearQueueViewCallback(clearQueueView);
         this.Invoke(cqvc);
     }
     else
     {
         fastDataListView1.ClearObjects();
         fastDataListView1.Refresh();
     }
 }