C# Class Canguro.Commands.Model.OpenModelCmd

Model Command to load an existing tsm file.
Inheritance: ModelCommand
Afficher le fichier Open project: rforsbach/Treu-Structure

Méthodes publiques

Méthode 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 méthode

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
Résultat void