C# Class Canguro.Commands.Model.NewModelWizard

Model Command to Create a New file
Inheritance: Canguro.Commands.ModelCommand
Afficher le fichier Open project: rforsbach/Treu-Structure

Méthodes publiques

Méthode Description
Run ( Canguro services ) : void

Executes the command. Asks to save changes if needed and Resets the current Model.

Method Details

Run() public méthode

Executes the command. Asks to save changes if needed and Resets the current Model.
public Run ( Canguro services ) : void
services Canguro CommandServices object to interact with the system
Résultat void