Exemplo n.º 1
0
 private void BackToSiteContact()
 {
     var siteContactPage = new ContactPage();
     siteContactPage.DataContext = new ContactViewModel(_parent);
     _parent.ContactPage = siteContactPage;
 }
Exemplo n.º 2
0
 private void SetContactPage()
 {
     Page contactPage = new ContactPage();
     contactPage.DataContext = new ContactViewModel(this);
     this.ContactPage = contactPage;
 }