WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/XhsProjectSimulationCorePage.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/XhsProjectSimulationCorePage.cs
@@ -1376,7 +1376,7 @@ private List<HydroMarkSetViewModel> _allMarkList = null; //显示标注窗体 private async void ShowMarkDlg() private void ShowMarkDlg() { if (_hydroInfo == null) { @@ -1438,10 +1438,7 @@ var leadLabels = allResultList?.Select(x => new LogicMarkLeadLabel(x.Code, x.Text, 100000)).ToList(); await _bimfaceCtrl?.SetLogicMarkLeadLabels(leadLabels); }; if (dlg.ShowDialog() != DialogResult.OK) { await _bimfaceCtrl?.ClearLogicMarkLeadLabels(); } dlg.ShowDialog(); } //设置标注