static void Main(string[] args) { Abc fc = new Abc(); Efg sc = new Efg(); fc.Func(); sc.Func(); Console.ReadKey(); }