예제 #1
0
 internal TaskContract(Yield yieldIt) : this()
 {
     _currentState = states.yieldit;
 }
예제 #2
0
 public TaskContract(Yield yieldIt) : this()
 {
     _currentState = states.yieldit;
 }