예제 #1
0
 public Container(Depends.ContainerType containerType)
 {
     PossiblePorts = Depends.GetPossiblePorts(containerType);
 }
예제 #2
0
 public Container(Depends.ContainerType containerType)
 {
     Port = Depends.GetBackupPort(containerType);
 }