Пример #1
0
 public static string Decrypt(string strText)
 {
     return(License.DecryptString(strText, Collection.DecryptEpointString));
 }
Пример #2
0
 public static bool Is_Module_Valid(int iModule)
 {
     //return bIs_Module_Valid;
     return(License.Module(iModule));
     //return true;
 }