PeerCastStation.UI.PortMapperMonitor.RemovePort C# (CSharp) Method

RemovePort() private method

private RemovePort ( int port ) : void
port int
return void
    private void RemovePort(int port)
    {
      foreach (var device in devices) {
        RemovePortOnDevice(device, port);
      }
    }