WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/01-import/01-info/InputXhsProjectInfoWizardPage.cs
@@ -1,4 +1,5 @@ using DevExpress.XtraBars.Customization; using Yw.CAL.HttpClient; namespace HStation.WinFrmUI { @@ -166,11 +167,15 @@ dlg.ReloadDataEvent += async (rhs) => { var fileName = await BLLFactory<HStation.BLL.TransferRevitFile>.Instance.Download(rhs.StorageHouse, rhs.StorageCode); this.btnEditSelectModelFile.EditValue = fileName; }; dlg.ShowDialog(); } } } }