Exemplo n.º 1
0
 public StatsPageView()
 {
     NavigationPage.SetHasNavigationBar(this, false);
     BackgroundColor = Color.FromHex(Theme.Current.AppBackgroundColor);
     Padding         = _padding;
     BindingContext  = new StatsPageViewModel(new PlatformServices());
     createViews();
 }
 internal MainWindowViewModel()
 {
     _model             = new module.main.Model();
     statsPageViewModel = new StatsPageViewModel(_model);
 }