C# Class Canguro.Commands.Model.InvertSelectionCmd

Model Command to select all unselected items and deselect the rest.
Inheritance: ModelCommand
Show file Open project: rforsbach/Treu-Structure

Public Methods

Method Description
Run ( Canguro services ) : void

Executes the command. Selects all unselected items and deselect the rest.

Method Details

Run() public method

Executes the command. Selects all unselected items and deselect the rest.
public Run ( Canguro services ) : void
services Canguro CommandServices object to interact with the system
return void