Esempio n. 1
0
 public ReportsModule()
 {
     Registry = new ReportsRegistry();
     AvailableMenus = new List<MenuInfo>()
         {
             new MenuInfo
                 {
                     CommandType = typeof(ShowReportListCommand),
                     Title =() => LanguageData.Reports_Title
                 }
         };
 }
Esempio n. 2
0
 public ReportsModule()
 {
     Registry       = new ReportsRegistry();
     AvailableMenus = new List <MenuInfo>()
     {
         new MenuInfo
         {
             CommandType = typeof(ShowReportListCommand),
             Title       = () => LanguageData.Reports_Title
         }
     };
 }