C# Класс Canguro.Commands.Model.ArrayCmd

Model Command to make an array of copies of selected Items
Наследование: Canguro.Commands.ModelCommand
Показать файл Открыть проект

Открытые методы

Метод Описание
Run ( Canguro services ) : void

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

Описание методов

Run() публичный Метод

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
Результат void