LicensingInstaller.cs 251 B

1234567891011
  1. using PRSServices;
  2. using System.Collections.Generic;
  3. using System.ComponentModel;
  4. using System.Linq;
  5. using System.Text;
  6. using System.Threading.Tasks;
  7. namespace PRSLicensing;
  8. [RunInstaller(true)]
  9. public class LicensingInstaller : PRSInstaller { }