コード例 #1
0
 public App()
 {
     // The root page of your application
     Games = new List<Game> ();
     GameCreationViewModel gcvm = new GameCreationViewModel();
     MainPage = new NavigationPage (new PointCounter.MainPage ());
     MainPage.BindingContext = gcvm;
 }
コード例 #2
0
        public App()
        {
            // The root page of your application
            Games = new List <Game> ();
            GameCreationViewModel gcvm = new GameCreationViewModel();

            MainPage = new NavigationPage(new PointCounter.MainPage());
            MainPage.BindingContext = gcvm;
        }