Example #1
0
 protected async void TabView_AddTabButtonClick(TabView sender, object args)
 {
     await MainPage.AddNewTabAsync();
 }