WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/01-info/XhsProjectSimulationHydroInfoCtrl.cs
@@ -1,6 +1,4 @@ using DevExpress.Drawing.Internal.Interop; namespace HStation.WinFrmUI namespace HStation.WinFrmUI { public partial class XhsProjectSimulationHydroInfoCtrl : DevExpress.XtraEditors.XtraUserControl { @@ -41,6 +39,7 @@ _hydroInfo = await BLLFactory<Yw.BLL.HydroModelInfo>.Instance.GetByID(hydroRelation.ModelID); } this.hydroParterListCtrl1.SetBindingData(_hydroInfo); this.hydroParterListCtrl1.SetSimpleView(); }