17 lines
415 B
Plaintext
17 lines
415 B
Plaintext
@page "/ReviewTimbrature"
|
|
@inject MessageService AppMServ
|
|
@inject AppAuthService AuthServ
|
|
|
|
<ReviewTimbMan></ReviewTimbMan>
|
|
|
|
@code {
|
|
|
|
protected override void OnInitialized()
|
|
{
|
|
// imposto pagina e info testata
|
|
AppMServ.ShowSearch = true;
|
|
AppMServ.PageName = AuthServ.Traduci("reviewTimb", AppMServ.UserLang);
|
|
AppMServ.PageIcon = AuthServ.Traduci("reviewTimbExpl");
|
|
}
|
|
}
|