Exemple #1
0
        public int M2(I1 c)
        {
            C2 c2 = new C2();

            c2.M3(c);
            return(c.M3(c));
        }