Copy the original code from the VBA module (*.bas) to the corresponding place in the new class:
From | To |
---|---|
UserdefinedSA_GetLogicalNames() | GetLogicalnamesImplement() |
UserdefinedSA _GetInputParameters() | GetInputParametersImplement() |
UserdefinedSA _GetOutputParameters() | GetOutputParametersImplement() |
UserdefinedSA() | DrawImplement() |
Const variables | Member variables section |