PRSServerInstaller.cs 271 B

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