Example #1
0
 public static int getNumberOfCompaniesRegistered()
 {
     LoadGlobalSettings();
     return(Int32.Parse(CryptLib.getNumOfCompanies(gs.GetSettingValueOrDefault("LicenseKey", ""))));
 }