C# Class Canguro.Commands.Model.ArrayCmd

Model Command to make an array of copies of selected Items
Inheritance: Canguro.Commands.ModelCommand
Exibir arquivo Open project: rforsbach/Treu-Structure

Public Methods

Method Description
Run ( Canguro services ) : void

Executes the command. Asks for selected Items repetitions and a Vector, and makes the copies.

Method Details

Run() public method

Executes the command. Asks for selected Items repetitions and a Vector, and makes the copies.
public Run ( Canguro services ) : void
services Canguro CommandServices object to interact with the system
return void