Exemplo n.º 1
0
 public bool StartDeleting()
 {
     IGridCommand command = new StartDeletingCommand(this, OnDeleteEvent);
     return command.Execute();
 }
Exemplo n.º 2
0
    public bool StartDeleting()
    {
        IGridCommand command = new StartDeletingCommand(this, OnDeleteEvent);

        return(command.Execute());
    }