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

Model Command to load an existing tsm file.
Наследование: ModelCommand
Показать файл Открыть проект

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

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

Executes the command. Opens the Open File Dialog and Loads the selected tsm file. Asks to save changes if needed.

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

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

Executes the command. Opens the Open File Dialog and Loads the selected tsm file. Asks to save changes if needed.
public Run ( Canguro services ) : void
services Canguro CommandServices object to interact with the system
Результат void