Beispiel #1
0
 public void RemoveDeletedBlocks()
 {
     IGridCommand command = new RemoveDeletedBlocksCommand(this);
     command.Execute();
 }
Beispiel #2
0
    public void RemoveDeletedBlocks()
    {
        IGridCommand command = new RemoveDeletedBlocksCommand(this);

        command.Execute();
    }