Ejemplo n.º 1
0
 private void EndExecuteError(CommandExecuteEventArgs e)
 {
     if (e.Command.Error != null)
     {
         ExecutingError(e.Command).Execute();
     }
 }
Ejemplo n.º 2
0
 public void _EndExecuteEvent(CommandExecuteEventArgs e)
 {
     EndExecuteEvent(e);
 }
Ejemplo n.º 3
0
 public void EndExecuteEvent(CommandExecuteEventArgs e)
 {
     _command._EndExecuteEvent(e);
 }