namespace MP_TAB3.Pages { public partial class Notes { #region Protected Methods protected override async Task OnInitializedAsync() { await base.OnInitializedAsync(); await ReloadData(); } #endregion Protected Methods } }