Skip to content

Instantly share code, notes, and snippets.

View Yelnik's full-sized avatar

JustinK Yelnik

View GitHub Profile
public App() {
SetMainPage();
}
public static async void SetMainPage() {
Current.MainPage = new TabbedPage {
Children =
{
new NavigationPage(new StatsPage(GetLatestSessions()))
{