duheng
2024-10-24 5fcc843704ca90c742b578aa5898acf0097f753b
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/01-property/XhsProjectSimulationPropertyCtrl.cs
@@ -262,16 +262,16 @@
                        }
                        else
                        {
                            var dlg = new PumpFullInfoViewDlg();
                            var dlg = new SinglePumpAnalyDlg();
                            dlg.SetBindindData(input);
                            dlg.ReloadDataEvent += (output) =>
                            {
                                bol = AssetsMatchingParasHelper.Apply(hydroInfo, output);
                                if (bol)
                                {
                                    propertyViewModel.UpdateProperty(pumpInfo, hydroInfo.GetAllParters());
                                }
                            };
                            //dlg.ReloadDataEvent += (output) =>
                            //{
                            //    bol = AssetsMatchingParasHelper.Apply(hydroInfo, output);
                            //    if (bol)
                            //    {
                            //        propertyViewModel.UpdateProperty(pumpInfo, hydroInfo.GetAllParters());
                            //    }
                            //};
                            dlg.ShowDialog();
                        }
                    }