// Constructor
 public Context(Strategy strategy)
 {
     this._strategy = strategy;
 }
Example #2
0
            // Constructor

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