示例#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());
    }