public Runner(IAfterInterruptionStrategy strategy)
 {
     this.strategy = strategy;
     this.strategy.Runner = this;
 }
Ejemplo n.º 2
0
 public Runner(IAfterInterruptionStrategy strategy)
 {
     this.strategy        = strategy;
     this.strategy.Runner = this;
 }