namespace HStation.WinFrmUI { /// /// 导入项目管理 /// public class ImportXhsProjectManager : WizardManager { /// /// /// public ImportXhsProjectManager(ImportXhsProjectViewModel t) : base(t) { } } }