예제 #1
0
파일: Grid.cs 프로젝트: Mojopon/ThreeSeven
 public bool DropBlocks()
 {
     IGridCommand command = new DropBlocksCommand(this);
     return command.Execute();
 }
예제 #2
0
    public bool DropBlocks()
    {
        IGridCommand command = new DropBlocksCommand(this);

        return(command.Execute());
    }