Exemplo n.º 1
0
        static void Main(string[] args)
        {
            Simple.Client c1 = new Simple.Client();
            c1.Test();

            Compound.Client c2 = new Compound.Client();
            c2.Test();

            Console.ReadLine();
        }
Exemplo n.º 2
0
        static void Main(string[] args)
        {
            Simple.Client c1 = new Simple.Client();
            c1.Test();


            Compound.Client c2 = new Compound.Client();
            c2.Test();

            Console.ReadLine();
        }