public LoopThread( Control uiControl, LoopThreadHoder holder,int sleepTime)
 {
     this.uiControl = uiControl;
     this.holder = holder;
     threadSleep = sleepTime;
 }
Esempio n. 2
0
 public LoopThread(Control uiControl, LoopThreadHoder holder, int sleepTime)
 {
     this.uiControl = uiControl;
     this.holder    = holder;
     threadSleep    = sleepTime;
 }