Пример #1
0
 private void EndExecuteError(CommandExecuteEventArgs e)
 {
     if (e.Command.Error != null)
     {
         ExecutingError(e.Command).Execute();
     }
 }
Пример #2
0
 public void _EndExecuteEvent(CommandExecuteEventArgs e)
 {
     EndExecuteEvent(e);
 }
Пример #3
0
 public void EndExecuteEvent(CommandExecuteEventArgs e)
 {
     _command._EndExecuteEvent(e);
 }