示例#1
0
 private bool CanDeleteSelectedItems(string arg)
 {
     return(SelectedTicket != null && SelectedTicket.CanCancelSelectedItems());
 }