C# Class Canguro.Commands.Model.SaveAsCmd

Model Command to Save the Model to a user selected file.
Inheritance: ModelCommand
Mostrar archivo Open project: rforsbach/Treu-Structure

Public Methods

Method Description
Run ( Canguro services ) : void

Executes the command. Displays the Save File Dialog and saves the current Model in the selected file.

Method Details

Run() public method

Executes the command. Displays the Save File Dialog and saves the current Model in the selected file.
public Run ( Canguro services ) : void
services Canguro CommandServices object to interact with the system
return void