예제 #1
0
파일: APort.cs 프로젝트: RBSystems/LoT
 public bool Unsubscribe(string roleName, string opName, IPort fromPort, ICapability respCap)
 {
     return(_view.Unsubscribe(roleName, opName, PortAdapter.C2V(fromPort), CapabilityAdapter.C2V(respCap)));
 }