Files

18 lines
404 B
Plaintext

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