16 lines
355 B
Plaintext
16 lines
355 B
Plaintext
@page "/progetti"
|
|
@inject MessageService AppMServ
|
|
@inject AppAuthService AuthServ
|
|
|
|
<ProgettiMan></ProgettiMan>
|
|
|
|
@code {
|
|
|
|
protected override void OnInitialized()
|
|
{
|
|
AppMServ.ShowSearch = true;
|
|
AppMServ.PageName = AuthServ.Traduci("ManProg", AppMServ.UserLang);
|
|
AppMServ.PageIcon = AuthServ.Traduci("ManProgExpl");
|
|
}
|
|
}
|