Ejemplo n.º 1
0
 public void Start() {
   Canceller.Reset();
   _Thread = new Thread(this);
   _Thread.start();
 }