public Point69(int y1)
 {
     this = new Point69();
     y    = y1;
 }
Example #2
0
 public Point69(int y1)
 {
     this = new Point69();
     y = y1;
 }