public App() { MatchListPage centerPage = new MatchListPage(); // The root page of your application MainPage = new NavigationPage(centerPage); }
public MatchView(MatchListPage pg, bool b, Match m) { InitializeComponent(); mainPage = pg; match = m; bScore = b; Admin(); }