public HenDepreciationModule() { Registry = new HenDepreciationRegistry(); AvailableMenus = new List <MenuInfo>() { new MenuInfo { CommandType = typeof(ShowHenDepreciationListCommand), Title = () => LanguageData.HenDepreciation_Title.Replace(" ", "\n") } }; }
public HenDepreciationModule() { Registry = new HenDepreciationRegistry(); AvailableMenus = new List<MenuInfo>() { new MenuInfo { CommandType = typeof(ShowHenDepreciationListCommand), Title = () => LanguageData.HenDepreciation_Title.Replace(" ", "\n") } }; }