FlowsheetBaseRunCodeOnUIThread Method

Definition

Namespace: DWSIM.FlowsheetBase
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 10.0.0.0
public abstract void RunCodeOnUIThread(
	Action act
)

Parameters

act  Action
 

Implements

IFlowsheetRunCodeOnUIThread(Action)

See Also