ModulesAliquoAdd Method

Add a module to the module set.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public void Add(
	LicencyModules addModule
)

Parameters

addModule  LicencyModules
LicencyModules with the module to add.

See Also