コード例 #1
0
ファイル: Grid.cs プロジェクト: Mojopon/ThreeSeven
 public void RemoveDeletedBlocks()
 {
     IGridCommand command = new RemoveDeletedBlocksCommand(this);
     command.Execute();
 }
コード例 #2
0
    public void RemoveDeletedBlocks()
    {
        IGridCommand command = new RemoveDeletedBlocksCommand(this);

        command.Execute();
    }