C# Class Canguro.Commands.Model.OpenModelCmd

Model Command to load an existing tsm file.
Inheritance: ModelCommand
ファイルを表示 Open project: rforsbach/Treu-Structure

Public Methods

Method Description
Run ( Canguro services ) : void

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

Method Details

Run() public method

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
return void