C# Class Canguro.Commands.Model.PasteCmd

Model Command to paste the items copied to the clipboard into the Model.
Inheritance: Canguro.Commands.ModelCommand
Show file Open project: rforsbach/Treu-Structure Class Usage Examples

Public Methods

Method Description
Run ( Canguro services ) : void

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

Private Methods

Method Description
CopyLoads ( Canguro model, Element from, Element to ) : void

Method Details

Run() public method

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
return void