Example #1
0
        public EggProductionModule()
        {
            Registry = new EggProductionRegistry();

            AvailableMenus = new List <MenuInfo>()
            {
                new MenuInfo
                {
                    CommandType = typeof(ShowEggProductionListCommand),
                    Title       = () => LanguageData.EggProduction_Title.Replace(" ", "\n")
                }
            };
        }
        public EggProductionModule()
        {
            Registry = new EggProductionRegistry();

            AvailableMenus = new List<MenuInfo>()
                {
                    new MenuInfo
                        {
                            CommandType = typeof(ShowEggProductionListCommand),
                            Title = () => LanguageData.EggProduction_Title.Replace(" ", "\n")
                        }
                };
        }