Ejemplo n.º 1
0
        static void Main(string[] args)
        {
            //p1 o = new p1();
            //o.foo();

            p2 o = new p2();
            o.foo();
        }
Ejemplo n.º 2
0
        static void Main(string[] args)
        {
            //p1 o = new p1();
            //o.foo();

            p2 o = new p2();
            o.foo();

            Console.ReadLine();
        }