What's Changed?
CompareLogic Constructor()
Example 



KellermanSoftware.WhatsChanged Namespace > CompareLogic Class > CompareLogic Constructor : CompareLogic Constructor()
Default constructor for trial mode
Syntax
Public Function New()
Dim instance As New CompareLogic()
public CompareLogic()
public:
CompareLogic();
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