示例#1
0
 private void OnRemoveTicketLock(string obj)
 {
     SelectedTicket.UnLock();
     _ticketOrdersViewModel.Refresh();
     _allAutomationCommands = null;
     RefreshVisuals();
 }
示例#2
0
 private void OnRemoveTicketLock(string obj)
 {
     SelectedTicket.UnLock();
     _ticketOrdersViewModel.Refresh();
     _allAutomationCommands = null;
     _entityButtons         = null;
     RaisePropertyChanged(() => EntityButtons);
     RefreshVisuals();
 }