C# Class Canguro.Commands.Load.AddLoadCombinationCmd

Model Command to add new Load Combinations.
Inheritance: Canguro.Commands.ModelCommand
ファイルを表示 Open project: rforsbach/Treu-Structure

Public Methods

Method Description
Run ( Canguro services ) : void

Executes the command. Opens the LoadCombinationsDialog

Method Details

Run() public method

Executes the command. Opens the LoadCombinationsDialog
public Run ( Canguro services ) : void
services Canguro CommandServices object to interact with the system
return void