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

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

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

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

Executes the command. Pastes the Items in the Clpboard under the key Canguro, in the current Model.

Приватные методы

Метод Описание
CopyLoads ( Canguro model, Element from, Element to ) : void

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

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

Executes the command. Pastes the Items in the Clpboard under the key Canguro, in the current Model.
public Run ( Canguro services ) : void
services Canguro CommandServices object to interact with the system
Результат void