Beispiel #1
0
        public App()
        {
            MatchListPage centerPage = new MatchListPage();

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