コード例 #1
0
 // Constructor
 public Context(Strategy strategy)
 {
     this._strategy = strategy;
 }
コード例 #2
0
ファイル: Structural.cs プロジェクト: sdilsiz/DesignPatterns
            // Constructor

            public Context(Strategy strategy)
            {
                this._strategy = strategy;
            }