duheng
2024-11-05 21dd2ae9704c484d5d75b2ed980e5402505da7dc
WinFrmUI/Yw.WinFrmUI.Hydro.Core/06-parter/14-pipe/HydroPipeListCtrl.cs
@@ -157,7 +157,7 @@
                dlg.SetBindingData(row.Vmo);
                dlg.ReloadDataEvent += (list) =>
                {
                    row.Update();
                    row.UpdateProperty();
                    this.gridView1.RefreshRow(e.RowHandle);
                };
                dlg.ShowDialog();
@@ -174,5 +174,25 @@
        {
            throw new NotImplementedException();
        }
        public void UpdateProperty()
        {
            throw new NotImplementedException();
        }
        public void UpdateProperty(HydroParterInfo parter)
        {
            throw new NotImplementedException();
        }
        public void UpdateProperty(List<HydroParterInfo> parterList)
        {
            throw new NotImplementedException();
        }
        public void UpdateCalcuProperty(List<HydroCalcuResult> allCalcuResultList)
        {
            throw new NotImplementedException();
        }
    }
}