'DeclarationProtected Function New( _ ByVal client As EasyAEClientCore _ )
'UsageDim client As EasyAEClientCore Dim instance As New EasyAEClientCore(client)
protected EasyAEClientCore( EasyAEClientCore client )
protected: EasyAEClientCore( EasyAEClientCore^ client )
Parameters
- client
 - Client object to copy from.
The value of this parameter cannot be
null(Nothingin Visual Basic).