9ddf247346
- test migration - aggiunta pagina iniziale - update nuget
12 lines
308 B
C#
12 lines
308 B
C#
namespace LiMan.UI.Pages
|
|
{
|
|
public partial class StatsLogCall
|
|
{
|
|
protected override void OnInitialized()
|
|
{
|
|
AppMService.ShowSearch = false;
|
|
AppMService.PageName = "Statistiche Log Chiamate";
|
|
AppMService.PageIcon = "fas fa-chart-pie";
|
|
}
|
|
}
|
|
} |