//Trial Mode
DetectionLogic detectionLogic = new DetectionLogic();
//License Mode
DetectionLogic detectionLogicLicensed = new DetectionLogic("place user name here", "place license key here");
'Trial Mode
Dim detectionLogic As New DetectionLogic()
'License Mode
Dim detectionLogicLicensed As New DetectionLogic("place user name here", "place license key here")