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