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