Ejemplo n.º 1
0
        static void realizarTarea()
        {
            Punto origen = new Punto(2, 3);

            Punto destino = new Punto();
        }