CleanEnergyUnitOpBasePopulateEditorPanel Method

When overridden, populates the cross-platform editor panel with controls for this unit operation.

Definition

Namespace: DWSIM.UnitOperations.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public abstract void PopulateEditorPanel(
	Object ctner
)

Parameters

ctner  Object
 

Implements

IExternalUnitOperationPopulateEditorPanel(Object)

See Also