示例#1
0
 public SomeMethod()
 {
     return(_one.SomeMethod());
 }
示例#2
0
 public SomeMethod()
 {
     return(_two.SomeMethod());
 }