C# Class Canguro.Commands.Model.CopyPasteCmd

Model Command to copy to the clipboard and paste many times.
Inheritance: Canguro.Commands.ModelCommand
Mostrar archivo Open project: rforsbach/Treu-Structure

Public Methods

Method Description
Run ( Canguro services ) : void

Executes the command. Execute CopyCmd and PasteCmd until cancelled.

Method Details

Run() public method

Executes the command. Execute CopyCmd and PasteCmd until cancelled.
public Run ( Canguro services ) : void
services Canguro CommandServices object to interact with the system
return void