public EBThread(IEBCommand target_)
 {
     command = target_;
     thread  = new Thread(this.run);
 }
Beispiel #2
0
 public EBThread(IEBCommand target_)
 {
     command = target_;
     thread = new Thread( this.run );
 }