예제 #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;
 }