Exemplo n.º 1
0
 public ProfilePage()
 {
     InitializeComponent();
     Detail = new Views.UserProfile.UserInformationPage();
 }
Exemplo n.º 2
0
 void Profile_Tapped(object sender, EventArgs e)
 {
     Detail      = new Views.UserProfile.UserInformationPage();
     IsPresented = false;
 }