Exemplo n.º 1
0
 private void onNavigateBack(object sender, NavigationClickEventArgs e)
 {
     ViewModel.Close.Execute();
 }
Exemplo n.º 2
0
 private void navigationClick(object sender, NavigationClickEventArgs args)
 {
     executeBackCommand();
 }