Exemplo n.º 1
0
 public NetWeight(NetWeight prototype) : base(prototype)
 {
     this._weightID    = prototype.WeightID;
     this._weightName  = prototype.WeightName;
     this._weightType  = prototype.WeightType;
     this._bitGateSize = prototype.BitGateSize;
 }
Exemplo n.º 2
0
 public NetWeight(NetWeight prototype) : base(prototype) {
     this._weightID = prototype.WeightID;
     this._weightName = prototype.WeightName;
     this._weightType = prototype.WeightType;
     this._bitGateSize = prototype.BitGateSize;
 }