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

Model Command to copy the selected items to the clipboard
Наследование: Canguro.Commands.ModelCommand
Показать файл Открыть проект

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

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

Executes the command. Gets the selection and a pivot point, and adds them to the Clipboard with the key "Canguro"

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

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

Executes the command. Gets the selection and a pivot point, and adds them to the Clipboard with the key "Canguro"
public Run ( Canguro services ) : void
services Canguro CommandServices object to interact with the system
Результат void