lixiaojun
2024-08-12 eebc1554dc8f3a8aeba6a4e8879dc5d6327fb7c5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
namespace HStation.WinFrmUI
{
    /// <summary>
    /// 导入项目管理
    /// </summary>
    public class ImportXhsProjectManager : WizardManager<ImportXhsProjectViewModel>
    {
        /// <summary>
        /// 
        /// </summary>
        public ImportXhsProjectManager(ImportXhsProjectViewModel t) : base(t)
        {
        }
    }
}