This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
SXS20240115/SRC/MESAgent/MESIEW/IEWService/ProjectInstaller.cs
2024-01-18 14:03:02 +08:00

19 lines
320 B
C#

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