예제 #1
0
 public void SetMemento(IWideInterface memento)
 {
     State = memento.State;
 }
예제 #2
0
 public Adapter(IWideInterface wide)
 {
     _wide = wide;
 }