コード例 #1
0
 public static void SetLicenseFolder(string licenseFolder)
 {
     try
     {
         GrFingerprintProxy.GrSetLicenseFolder(licenseFolder);
     }
     catch (AccessViolationException exception)
     {
         FingerprintException exception2 = new FingerprintException(-113, exception);
         throw exception2;
     }
 }