17 lines
411 B
Plaintext
17 lines
411 B
Plaintext
@page "/ApprovTimbrature"
|
|
@inject MessageService AppMServ
|
|
@inject AppAuthService AuthServ
|
|
|
|
<ApprovTimbMan></ApprovTimbMan>
|
|
|
|
@code {
|
|
|
|
protected override void OnInitialized()
|
|
{
|
|
// imposto pagina e info testata
|
|
AppMServ.ShowSearch = false;
|
|
AppMServ.PageName = AuthServ.Traduci("ApprTimb", AppMServ.UserLang);
|
|
AppMServ.PageIcon = AuthServ.Traduci("ApprTimbExpl");
|
|
}
|
|
}
|