C# Class Canguro.Commands.Model.EditCmd

Model Command to Edit any Item using a Property Grid.
Inheritance: Canguro.Commands.ModelCommand
Show file Open project: rforsbach/Treu-Structure

Public Methods

Method Description
Run ( Canguro services ) : void

Executes the command. Opens the properties window to edit the selected Item.

Method Details

Run() public method

Executes the command. Opens the properties window to edit the selected Item.
public Run ( Canguro services ) : void
services Canguro CommandServices object to interact with the system
return void