예제 #1
0
 public TestingPageView()
 {
     NavigationPage.SetHasNavigationBar(this, false);
     BackgroundColor = Color.FromHex(Theme.Current.AppBackgroundColor);
     BindingContext  = new TestingPageViewModel(new PlatformServices());
     createViews();
 }
        public TestingPage()
        {
            InitializeComponent();

            BindingContext = viewModel = new TestingPageViewModel();
        }