PeerCastStation.UI.PortMapperMonitor.RemovePort C# (CSharp) 메소드

RemovePort() 개인적인 메소드

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