Ejemplo n.º 1
0
 public UserProfile()
 {
     InitializeComponent();
     BindingContext = new UsersViewModel();
 }
Ejemplo n.º 2
0
 public Messages()
 {
     InitializeComponent();
     BindingContext = new UsersViewModel();
     auth           = DependencyService.Get <IAuth>();
 }