C# 클래스 Canguro.Commands.Model.OpenModelCmd

Model Command to load an existing tsm file.
상속: ModelCommand
파일 보기 프로젝트 열기: rforsbach/Treu-Structure

공개 메소드들

메소드 설명
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