Exemplo n.º 1
0
        public RegisterPage()
        {
            InitializeComponent();

            BindingContext = new ProfileViewModel();
        }
Exemplo n.º 2
0
 public SettingsPage()
 {
     InitializeComponent();
     BindingContext = new ProfileViewModel();
 }