Esempio n. 1
0
        public EmployeeCostModule()
        {
            Registry = new EmployeeCostRegistry();

            AvailableMenus = new List <MenuInfo>()
            {
                new MenuInfo
                {
                    CommandType = typeof(ShowEmployeeCostCommand),
                    Title       = () => LanguageData.EmployeeCost_Title.Replace(" ", "\n")
                }
            };
        }
        public EmployeeCostModule()
        {
            Registry = new EmployeeCostRegistry();

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