C# Class Canguro.Commands.Model.SaveAsCmd

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

Méthodes publiques

Méthode 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 méthode

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
Résultat void