Exemple #1
0
 public object Clone()
 {
     var output = new PointInfo();
     output.ID = this.ID;
     return output;
 }
Exemple #2
0
 public Point()
 {
     Info = new PointInfo();
 }
Exemple #3
0
 public Point()
 {
     Info = new PointInfo();
 }