Ejemplo n.º 1
0
 static void Main()
 {
     My3DPoint someTestPoint = new My3DPoint(1, 5, 7);
     Console.WriteLine("The coordinates x y z of the new 3D point are: {0}", someTestPoint.ToString());
 }
Ejemplo n.º 2
0
        static void Main()
        {
            My3DPoint someTestPoint = new My3DPoint(1, 5, 7);

            Console.WriteLine("The coordinates x y z of the new 3D point are: {0}", someTestPoint.ToString());
        }