Пример #1
0
 // Constructor
 public Context(Strategy strategy)
 {
   this._strategy = strategy;
 }