예제 #1
0
 public Adapter(Adaptee adaptee)
 {
     _adaptee = adaptee;
 }
예제 #2
0
 public Adapter(Adaptee adaptee)
 {
     this.adaptee = adaptee;
 }