Skip to content

Commit 06a3aec

Browse files
authored
Update DecodeFromScannerAndWebcam.cs
1 parent 399fd9b commit 06a3aec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/UseCases/DecodeFromScannerAndWebcam/DecodeFromScannerAndWebcam.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public DecodeFromScannerAndWebcam()
102102

103103
// Initialize license
104104
/*
105-
// By setting organizaion ID as "200001", a 7-day trial license will be used for license verification.
105+
// By setting organization ID as "200001", a 7-day trial license will be used for license verification.
106106
// Note that network connection is required for this license to work.
107107
//
108108
// When using your own license, locate the following line and specify your Organization ID.
@@ -2706,4 +2706,4 @@ private void pictureBoxCustomize_MouseUp(object sender, MouseEventArgs e)
27062706
pictureBoxCustomize.Image = (Image)Resources.ResourceManager.GetObject("pictureBoxCustomize_Leave");
27072707
}
27082708
}
2709-
}
2709+
}

0 commit comments

Comments
 (0)