Ejemplo n.º 1
0
        static void Main(string[] args)
        {
            first_space.namespace_cl  fc = new first_space.namespace_cl();
            second_space.namespace_cl sc = new second_space.namespace_cl();

            fc.func();
            sc.func();
        }
Ejemplo n.º 2
0
 static void Main(string[] args)
 {
     first_space.namespace_cl fc = new first_space.namespace_cl();
     second_space.namespace_cl sc = new second_space.namespace_cl();
     fc.func();
     sc.func();
     Console.ReadKey();
 }