What's Changed?
CompareLogic Constructor(String,String)
Example 



KellermanSoftware.WhatsChanged Namespace > CompareLogic Class > CompareLogic Constructor : CompareLogic Constructor(String,String)
User name from your receipt
License key from your receipt
Constructor for licensed mode
Syntax
Public Function New( _
   ByVal userName As String, _
   ByVal licenseKey As String _
)
Dim userName As String
Dim licenseKey As String
 
Dim instance As New CompareLogic(userName, licenseKey)
public CompareLogic( 
   string userName,
   string licenseKey
)
public:
CompareLogic( 
   String^ userName,
   String^ licenseKey
)

Parameters

userName
User name from your receipt
licenseKey
License key from your receipt
Example
//This is trial mode
CompareLogic compareLogic = new CompareLogic(); 
 
//This is licensed mode
CompareLogic compareLogic2 = new CompareLogic("place user name here", "place license key here");
'This is trial mode
Dim compareLogic As New CompareLogic()
 
'This is licensed mode
Dim compareLogic2 As New CompareLogic("place user name here", "place license key here")
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CompareLogic Class
CompareLogic Members
Overload List