Ejemplo n.º 1
0
 public SourceListPage()
 {
     InitializeComponent();
     BindingContext = new SourceListViewModel();
 }
Ejemplo n.º 2
0
 public SourceListPage()
 {
     InitializeComponent();
     BindingContext = _viewModel = App.Current.Services.GetService <SourceListViewModel>();
 }
Ejemplo n.º 3
0
 protected override void OnAppearing()
 {
     base.OnAppearing();
     BindingContext = _vm = new SourceListViewModel();
 }