86015d13ae
- Update gestione filtri - aggiunta BTN x select/fasi - fix comportamento filtri
16 lines
336 B
Plaintext
16 lines
336 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.PageIcon = AuthServ.Traduci("ManProgExpl");
|
|
}
|
|
}
|