Ejemplo n.º 1
0
 static void Point3DExample()
 {
     Point a = new Point(10, 20);
     Point b = new Point3D(10, 20, 30);
 }
Ejemplo n.º 2
0
 static void Point3DExample()
 {
     Point a = new Point(10, 20);
     Point b = new Point3D(10, 20, 30);
 }