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