Exemplo n.º 1
0
 public lion(Iwhere _strategy)
 {
     ContextStrategy = _strategy;
 }
Exemplo n.º 2
0
 public Memento(Iwhere now)
 {
     this.now = now;
 }