コード例 #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;
 }