StableVersion4.3/HL_FristAidPlatform_POCTWin.../ProjectInstaller.cs

14 lines
295 B
C#
Raw Permalink Normal View History

2024-03-11 09:47:34 +08:00
using System.ComponentModel;
namespace HL_FristAidPlatform_POCTWindowsService
{
[RunInstaller(true)]
public partial class ProjectInstaller : System.Configuration.Install.Installer
{
public ProjectInstaller()
{
InitializeComponent();
}
}
}