WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/XhsProjectSimulationCorePage.cs
@@ -78,7 +78,7 @@ this.PageTitle.Caption = $"{_project.Name}\r\n水力模拟"; await this.xhsProjectSimulationBimfaceCtrl1.SetBindingData(_project, _projectSite, () => _hydroInfo); this.xhsProjectSimulationQ3dCtrl1.SetBindingData(_hydroInfo); this.xhsProjectSimulationPropertyCtrl1.SetBindingData(() => _hydroInfo); this.xhsProjectSimulationPropertyCtrl1.InitialData(() => _hydroInfo); this.xhsProjectSimulationSearchCtrl1.InitialData(() => _hydroInfo); }