示例#1
0
 public bool MoveBlocks()
 {
     IGridCommand command = new MoveBlocksCommand(this);
     return command.Execute();
 }
示例#2
0
    public bool MoveBlocks()
    {
        IGridCommand command = new MoveBlocksCommand(this);

        return(command.Execute());
    }