Пример #1
0
        static void Main(string[] args)
        {
            var owl = new SuperOwl();

            owl.IntegrateGlobe(new SpaceOne.Globe());
            owl.IntegrateGlobe(new SpaceTwo.Globe());


            Console.WriteLine(owl.GetGLobeColors());
        }
Пример #2
0
        static void Main(string[] args)
        {
            var mapper = new Lib3::AutoMapper.Mapper(     // <-- This line should pass
                new Lib3::AutoMapper.MapperConfiguration( // <-- This line should pass
                    cfg => { }));                         // <-- This line should pass
            var owl = new SuperOwl();

            owl.IntegrateGlobe(new SpaceOne.Globe());
            owl.IntegrateGlobe(new SpaceTwo.Globe());


            Console.WriteLine(owl.GetGLobeColors());
        }