C# Class Canguro.Commands.Model.SaveModelCmd

Model Command to Save the Model to disk.
Inheritance: ModelCommand
Exibir arquivo Open project: rforsbach/Treu-Structure

Public Methods

Method Description
Run ( Canguro services ) : void

Executes the command. If the CurrentPath is not set, displays the Save File Dialog. Saves the Model in a file.

Method Details

Run() public method

Executes the command. If the CurrentPath is not set, displays the Save File Dialog. Saves the Model in a file.
public Run ( Canguro services ) : void
services Canguro CommandServices object to interact with the system
return void