Esempio 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();
        }
Esempio 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();
        }