Initializes a new instance of the Acr class

Namespace: BasicCard.BasicCards.Components
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
public Acr(
	int CID,
	BasicCardComponentManager mgr
)
Visual Basic
Public Sub New ( 
	CID As Integer,
	mgr As BasicCardComponentManager
)
Visual C++
public:
Acr(
	int CID, 
	BasicCardComponentManager^ mgr
)
F#
new : 
        CID : int * 
        mgr : BasicCardComponentManager -> Acr

Parameters

CID
Type: System..::..Int32
CID of ACR
mgr
Type: BasicCard.BasicCards.Components..::..BasicCardComponentManager
component manager

See Also