windows服务,配置程序随系统启动
高胜
2023-03-23 ae55a952b05bfe9f5dd81ca6738fe329e20f6a7a
RestartService/RestartService/ProjectInstaller.Designer.cs
@@ -39,7 +39,7 @@
            // 
            // serviceInstaller1
            // 
            this.serviceInstaller1.ServiceName = "Service1";
            this.serviceInstaller1.ServiceName = "RestartService";
            this.serviceInstaller1.StartType = System.ServiceProcess.ServiceStartMode.Automatic;
            // 
            // c