Exemple #1
0
 public LandingPage(String userJson)
 {
     InitializeComponent();
     BindingContext = new LandingPageViewModel(Navigation, userJson);
 }
Exemple #2
0
 public LandingPage()
 {
     InitializeComponent();
     BindingContext = new LandingPageViewModel();
 }