Skip to content

Instantly share code, notes, and snippets.

@ufukhawk
Created June 28, 2019 08:53
Show Gist options
  • Save ufukhawk/2b342535ed7f386187837a03a42fece8 to your computer and use it in GitHub Desktop.
Save ufukhawk/2b342535ed7f386187837a03a42fece8 to your computer and use it in GitHub Desktop.
private void OnDiscoveryClicked(object sender, System.EventArgs e)
{
if (App.Current.MainPage is TabbedPage mainPage && sender is Button button)
{
mainPage.CurrentPage = mainPage.Children[0];
Tab1.TextColor = Color.Gray;
Tab2.TextColor = Tab3.TextColor = Color.DarkGray;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment