C# Класс Canguro.Commands.Model.InvertSelectionCmd

Model Command to select all unselected items and deselect the rest.
Наследование: ModelCommand
Показать файл Открыть проект

Открытые методы

Метод Описание
Run ( Canguro services ) : void

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

Описание методов

Run() публичный Метод

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
Результат void