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