NOTE: This constructor is now obsolete.

This constructor is kept only for backward compatibility, and will be removed in a future version.


Contructor


Namespace: SeriousBit.Ellipter
Assembly: SeriousBit.Ellipter (in SeriousBit.Ellipter.dll)

Syntax

Visual Basic (Declaration)
Public Sub New( _
ByVal developerName As String, _
ByVal developerSerial As String _
)
C#
public SerialsManager(
string developerName,
string developerSerial
)
C++
public:
SerialsManager(
String developerName,
String developerSerial
) sealed
J#
public SerialsManager(
string developerName,
string developerSerial
)
JScript
public function SerialsManager(
developerName : String,
developerSerial : String
)

Parameters

developerName
Developer's name
developerSerial
Key provided by SeriousBit, to get one for free go to our site Whithout this key SerialsManager wouldn't work properly

See Also