Пример #1
0
        private static void Main(string[] args)
        {
            Chef chef = new Chef();
            CommandCombineAll combineAll = new CommandCombineAll(chef);

            combineAll.BackChickenWingCommand();
            combineAll.BakeLampCommand();
            Console.ReadLine(); //考虑调料?
        }
Пример #2
0
        private static void Main(string[] args)
        {
            Chef chef = new Chef();
            CommandCombineAll combineAll = new CommandCombineAll(chef);

            combineAll.BackChickenWingCommand();
            combineAll.BakeLampCommand();
            Console.ReadLine();             //考虑调料?
        }