Skip to content

Commit db849f9

Browse files
authored
Update Program.cs
1 parent 20bd85e commit db849f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/GeneralSettings/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ static void Main(string[] args)
1111
try
1212
{
1313
// 1.Initialize license.
14-
// The string "DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9" here is a free public trial license. Note that network connection is required for this license to work.
15-
// You can also request a 30-day trial license in the customer portal: https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=github&package=dotnet
14+
// The string "DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9" here is a free public trial license. Note that network connection is required for this license to work.
15+
// You can also request a 30-day trial license in the customer portal: https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=github&package=dotnet
1616
EnumErrorCode errorCode = BarcodeReader.InitLicense("DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9", out string errorMsg);
1717
if (errorCode != EnumErrorCode.DBR_SUCCESS)
1818
{

0 commit comments

Comments
 (0)