'Usage
Dim userName As String Dim license As String Dim instance As New StandardizationLogic(userName, license)
Parameters
- userName
- The user name from the receipt
- license
- The license from the receipt
'Usage
Dim userName As String Dim license As String Dim instance As New StandardizationLogic(userName, license)
//Trial Mode StandardizationLogic standardizationLogic = new StandardizationLogic(); //License Mode StandardizationLogic standardizationLogic2 = new StandardizationLogic("John Smith 10000", "asdf;ljkasdfk==");
'Trial Mode Dim standardizationLogic As New StandardizationLogic() 'License Mode Dim standardizationLogic2 As New StandardizationLogic("John Smith 10000", "asdf;ljkasdfk==")
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