示例#1
0
 public AdapterOne(TypeOneToCall one)
 {
     _one = one;
 }
示例#2
0
 public AdapterOne(TypeTwoToCall two)
 {
     _two = two;
 }