Ejemplo n.º 1
0
 public PTQueue(PTUnit unit)
 {
     _event = new AutoResetEvent(false);
     _unit  = unit;
 }
Ejemplo n.º 2
0
 public PTUnitState(PTUnit unit)
 {
     _unit = unit;
 }