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

Command to activate the layer containing the selected items.
Наследование: ModelCommand
Показать файл Открыть проект

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

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

Executes the command. Activates the layer containing the selected items

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

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

Executes the command. Activates the layer containing the selected items
public Run ( Canguro services ) : void
services Canguro CommandServices object to interact with the system
Результат void