예제 #1
0
파일: TheWall.cs 프로젝트: pmace/TheWall
        public App()
        {
            MatchListPage centerPage = new MatchListPage();

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