C# 클래스 Canguro.Commands.Model.PasteCmd

Model Command to paste the items copied to the clipboard into the Model.
상속: Canguro.Commands.ModelCommand
파일 보기 프로젝트 열기: rforsbach/Treu-Structure 1 사용 예제들

공개 메소드들

메소드 설명
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