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

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

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

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

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

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

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

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