Example #1
0
 public VM(VMHost hostRef)
 {
     this.hostRef = hostRef;
 }
Example #2
0
 public Win2008VM(VMHost hostRef)
     : base(hostRef)
 {
     this.autoLogonCount = "1";
 }