Exemplo n.º 1
0
 /// <summary>
 /// Unregisters a port from this IPortOwner.
 /// </summary>
 /// <param name="port">The port.</param>
 public void RemovePort(IPort port)
 {
     m_ports.RemovePort(port);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Unregisters a port from this SimplePortOwner's PortSet.
 /// </summary>
 /// <param name="port">The port that is to be removed from this IPortOwner.</param>
 public void RemovePort(IPort port)
 {
     m_myPortSet.RemovePort(port);
 }