示例#1
0
 public void Operation()
 {
     implementor.OperationImpl();
 }
 public void Operation()
 {
     // 其他处理
     implementor.OperationImpl();
 }