Пример #1
0
 public bool DropBlocks()
 {
     IGridCommand command = new DropBlocksCommand(this);
     return command.Execute();
 }
Пример #2
0
    public bool DropBlocks()
    {
        IGridCommand command = new DropBlocksCommand(this);

        return(command.Execute());
    }