public ServerPageView() { NavigationPage.SetHasNavigationBar(this, false); BackgroundColor = Color.FromHex(Theme.Current.AppBackgroundColor); BindingContext = new ServerPageViewModel(new PlatformServices()); createViews(); }
public ServerPage() { InitializeComponent(); BindingContext = viewModel = new ServerPageViewModel(); }