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

Model Command to Save the Model to a user selected file.
Наследование: ModelCommand
Показать файл Открыть проект

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

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

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

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

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

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
Результат void