示例#1
0
 public string Get()
 {
     return(_adapter.DoSomething());
 }
示例#2
0
 public void UsePlug()
 {
     adapter.DoSomething();
 }