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

RenewPort() 개인적인 메소드

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