示例#1
0
 public VNic(string mac, NicModel mod)
 {
     this.macAddress = mac;
     this._NicModel  = mod;
 }
示例#2
0
 public VNic(string mac, NicModel mod)
 {
     macAddress = mac;
     _NicModel  = mod;
 }