| | |
| | | dlg.SetBindingData(row.Vmo); |
| | | dlg.ReloadDataEvent += (list) => |
| | | { |
| | | row.Update(); |
| | | row.UpdateProperty(); |
| | | this.gridView1.RefreshRow(e.RowHandle); |
| | | }; |
| | | dlg.ShowDialog(); |
| | |
| | | { |
| | | 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(); |
| | | } |
| | | } |
| | | } |