lixiaojun
2024-11-14 ae45d123c2ee907fd40f7db86f2aac2b21f976b6
WinFrmUI/Yw.WinFrmUI.Hydro.Core/06-visual/12-flowmeter/SetHydroFlowmeterDlg.cs
@@ -38,7 +38,7 @@
                var meter = _allParterList.First();
                this.txtElev.EditValue = meter.Elev;
                this.txtMinorLoss.EditValue = meter.MinorLoss;
                this.txtCurrentFlow.EditValue = meter.CurrentFlow;
                //this.txtCurrentFlow.EditValue = meter.CurrentFlow;
            }
        }
@@ -71,7 +71,7 @@
            {
                x.Elev = elev;
                x.MinorLoss = minorLoss;
                x.CurrentFlow = currentFlow;
                //x.CurrentFlow = currentFlow;
            });
            this.ReloadDataEvent?.Invoke(_allParterList);
            this.DialogResult = DialogResult.OK;