Example #1
0
        static void Main(string[] args)
        {
            Abc fc = new Abc();
            Efg sc = new Efg();

            fc.Func();
            sc.Func();
            Console.ReadKey();
        }