Initializes a new instance of the DisplayCommandsForm class
and populates the Form.
Namespace: CleanCode.GeneralComponents.DialogsAssembly: CleanCode.GeneralComponents (in CleanCode.GeneralComponents.dll) Version: 1.2.3.0 (1.2.03)
Syntax
public DisplayCommandsForm( Collection<IDisplayElement> userCommands )
Parameters
- userCommands
- Type: System.Collections.ObjectModel Collection IDisplayElement
The user commands.
See Also