16 lines
417 B
Plaintext
16 lines
417 B
Plaintext
@page "/ReportProgetti"
|
|
@inject MessageService AppMServ
|
|
@inject AppAuthService AuthServ
|
|
|
|
<ReportProgettiMan></ReportProgettiMan>
|
|
|
|
@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");
|
|
}
|
|
}
|