Shuxia Ning
2024-10-23 47610ca1dd9075a2f0b58cbdb010b66aa95e78d2
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();
                        }
                    }