Ejemplo n.º 1
0
 internal TaskContract(Yield yieldIt) : this()
 {
     _currentState = states.yieldit;
 }
Ejemplo n.º 2
0
 public TaskContract(Yield yieldIt) : this()
 {
     _currentState = states.yieldit;
 }