Exemplo n.º 1
0
 protected void Delete()
 {
     if (MessageBox.Show(Language["DeleteTime"], Language["DeleteTimeText"], MessageBoxButton.YesNo) == MessageBoxResult.Yes)
     {
         Service.DeleteActivityTime(Id);
         ViewManager.OpenActivity(ActivityId);
     }
 }