This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
SXS20240115/SRC/MESAgent/MESAutoRun_STD/AutoRunService/ProjectInstaller.cs
2024-01-23 16:49:54 +08:00

19 lines
324 B
C#

namespace AutoRunService
{
public partial class ProjectInstaller
{
public ProjectInstaller() : base()
{
// 此為元件設計工具所需的呼叫。
InitializeComponent();
// 在呼叫 InitializeComponent 之後加入初始化程式碼
}
}
}