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