@page "/ReportProgetti" @inject MessageService AppMServ @inject AppAuthService AuthServ @code { protected override void OnInitialized() { // imposto pagina e info testata AppMServ.ShowSearch = true; AppMServ.PageName = AuthServ.Traduci("ReportPrj", AppMServ.UserLang); AppMServ.PageIcon = AuthServ.Traduci("ReportPrjExpl"); } }