windows服务,配置程序随系统启动
高胜
2023-03-27 cf310edb65a9e124b2d0da24077fcc9ffbcde8cd
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