lixiaojun
2024-10-26 dd4da9a651330fabe210618581299ac3536bda2f
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();
            }
        }
    }
}