Exemplo n.º 1
0
 public bool ProcessDeleting()
 {
     IGridCommand command = new ProcessDeletingCommand(this);
     return command.Execute();
 }
Exemplo n.º 2
0
    public bool ProcessDeleting()
    {
        IGridCommand command = new ProcessDeletingCommand(this);

        return(command.Execute());
    }