コード例 #1
0
 public void SetMemento(IWideInterface memento)
 {
     State = memento.State;
 }
コード例 #2
0
ファイル: Adapter.cs プロジェクト: rmajuri/SOLID-examples
 public Adapter(IWideInterface wide)
 {
     _wide = wide;
 }