12 lines
304 B
C#
12 lines
304 B
C#
namespace LiMan.UI.Pages
|
|
{
|
|
public partial class Applicazioni
|
|
{
|
|
protected override void OnInitialized()
|
|
{
|
|
AppMService.ShowSearch = false;
|
|
AppMService.PageName = "Elenco Applicazioni";
|
|
AppMService.PageIcon = "fas fa-store pr-1";
|
|
}
|
|
}
|
|
} |