コード例 #1
0
ファイル: Strategy.cs プロジェクト: xs2ranjeet/13ns9-1spr
 // Constructor
 public Context(Strategy strategy)
 {
   this._strategy = strategy;
 }