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

        return(command.Execute());
    }