예제 #1
0
 protected override bool OnBackButtonPressed()
 {
     viewModel.Delete();
     return(false);
 }