예제 #1
0
파일: Program.cs 프로젝트: tetroborad/laba
 public lion(Iwhere _strategy)
 {
     ContextStrategy = _strategy;
 }
예제 #2
0
파일: Program.cs 프로젝트: tetroborad/laba
 public Memento(Iwhere now)
 {
     this.now = now;
 }