예제 #1
0
 public SearchThread()
 {
     InputQueue = new DelayedStringThreadQueue();
     InputQueue.Enqueue("");
 }
예제 #2
0
 public RefreshThread()
 {
     InputQueue = new DelayedStringThreadQueue();
     InputQueue.DelayInMilliSecs = 3000;
 }