Public Function New()
Dim instance As New CompareLogic()
public CompareLogic()
public: CompareLogic();
Public Function New()
Dim instance As New CompareLogic()
public CompareLogic()
public: CompareLogic();
//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")
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