예제 #1
0
파일: Program.cs 프로젝트: ernado-x/owl
        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());
        }