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"; } } }