示例#1
0
 // Usually, the Context allows replacing a Strategy object at runtime.
 public void SetStrategy(ValidationIStrategy strategy)
 {
     this.strategy = strategy;
 }
示例#2
0
 public ContextStrategy(ValidationIStrategy strategy)
 {
     this.strategy = strategy;
 }