Exemplo n.º 1
0
 public Container(Depends.ContainerType containerType)
 {
     PossiblePorts = Depends.GetPossiblePorts(containerType);
 }
Exemplo n.º 2
0
 public Container(Depends.ContainerType containerType)
 {
     Port = Depends.GetBackupPort(containerType);
 }