C# Class Canguro.Commands.Model.ShowAllCmd

Model Command to Unhide all the Items in the Model.
Inheritance: Canguro.Commands.ModelCommand
Show file Open project: rforsbach/Treu-Structure

Public Methods

Method Description
Run ( Canguro services ) : void

Executes the command. Sets all the Items IsVisible property to true.

Method Details

Run() public method

Executes the command. Sets all the Items IsVisible property to true.
public Run ( Canguro services ) : void
services Canguro CommandServices object to interact with the system
return void