示例#1
0
 /// <summary>
 /// Code to authorize the license
 /// </summary>
 /// <param name="adapter"></param>
 private static void AuthorizeAdapter(Adapter adapter)
 {
     try
     {
         var authorizer = new AdapterAuthorizer("betasystems+fz/TD22vq%X:VMbb58W@");
         authorizer.Authorize(adapter);
     }
     catch (Exception ex) { throw ex; }
 }
示例#2
0
        private static void AuthorizeAdapter(Adapter adapter)
        {
            var authorizer = new AdapterAuthorizer("betasystems+fz/TD22vq%X:VMbb58W@");

            authorizer.Authorize(adapter);
        }