Copy constructor.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public Control( DOFOperationControl control )
Parameters
- control
- Type: org.opendof.core.oalDOFOperationControl
The original control to copy. This must not be null.
Remarks
See Also