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

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