Exemple #1
0
        public RegisterPage()
        {
            InitializeComponent();

            BindingContext = new ProfileViewModel();
        }
Exemple #2
0
 public SettingsPage()
 {
     InitializeComponent();
     BindingContext = new ProfileViewModel();
 }