Click or drag to resize

OneTimeLicenseStatusBox Constructor

Initializes a new instance of the OneTimeLicenseStatusBox class

Namespace:  FileHold.Common.Dashboard
Assembly:  FileHold.Common (in FileHold.Common.dll) Version: 17.0.0.0
Syntax
C#
public OneTimeLicenseStatusBox(
	int allLicenses,
	int remainingLicenses
)

Parameters

allLicenses
Type: SystemInt32
remainingLicenses
Type: SystemInt32
See Also