Ejemplo n.º 1
0
 protected override async Task OnInitializedAsync()
 {
     customSearch.user_name = SearchColumns.Get(nameof(customSearch.user_name));
     await base.OnInitializedAsync();
 }
Ejemplo n.º 2
0
 protected override async Task OnInitializedAsync()
 {
     //_header.setTitle("Menu data");
     customSearch.user_name = SearchColumns.Get(nameof(customSearch.user_name));
     await base.OnInitializedAsync();
 }