Exemplo n.º 1
0
 public PointPairListPlus(PointPairListPlus other, PreciseEditorData ped, ScalableDataList pls)
     : base(other)
 {
     PEDreference = ped;
     PLSreference = pls;
 }
Exemplo n.º 2
0
 public PointPairListPlusWithMaxCapacity(PointPairListPlus other)
     : base(other, other.PEDreference, other.PLSreference)
 {
 }
Exemplo n.º 3
0
 public PointPairListPlus(PointPairListPlus other, PreciseEditorData ped, ScalableDataList pls)
     : base(other)
 {
     PEDreference = ped;
     PLSreference = pls;
 }