PeerCastStation.UI.PortMapperMonitor.RemovePort C# (CSharp) Méthode

RemovePort() private méthode

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