예제 #1
0
 public OperatingSystem(string operatingSystemName, AutomatedLab.Version version)
     : this(operatingSystemName)
 {
     this.version = version;
 }
예제 #2
0
 public OperatingSystem(string operatingSystemName, AutomatedLab.Version version)
     : this(operatingSystemName)
 {
     LinuxPackageGroup = new List <String>();
     this.version      = version;
 }