Ejemplo n.º 1
0
 protected override async Task OnInitializedAsync()
 {
     Index = TabContainer.TabPanels.Count;
     await TabContainer.AddTabAsync(this);
 }