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;