示例#1
0
 private void SetComponent(StrategyComponent oldValue, StrategyComponent value)
 {
     oldValue           = value;
     oldValue.strategy  = this;
     oldValue.framework = this.framework;
 }
 private void SetComponent(StrategyComponent oldValue, StrategyComponent value)
 {
     oldValue = value;
     oldValue.strategy = this;
     oldValue.framework = this.framework;
 }