文件名从 WinFrmUI/Yw.WinFrmUI.Hydro.Core/06-parter/100-hydrant/HydroHydrantListCtrl.cs 修改 |
| | |
| | | 锘縩amespace Yw.WinFrmUI |
| | | 锘縰sing Yw.Model; |
| | | |
| | | namespace Yw.WinFrmUI |
| | | { |
| | | public partial class HydroHydrantListCtrl : DevExpress.XtraEditors.XtraUserControl, IViewHydroParterList |
| | | public partial class HydroHydrantListCtrl : DevExpress.XtraEditors.XtraUserControl, IHydroParterList |
| | | { |
| | | public HydroHydrantListCtrl() |
| | | { |
| | |
| | | /// 姘村姏鐐瑰嚮浜嬩欢 |
| | | /// </summary> |
| | | public event Action<Yw.Model.HydroParterInfo> HydroClickEvent; |
| | | public event Action<List<HydroParterInfo>> HydroChangedEvent; |
| | | |
| | | /// <summary> |
| | | /// 鏄剧ず鏌ヨ闈㈡澘 |
| | |
| | | } |
| | | this.HydroClickEvent?.Invoke(row.Vmo); |
| | | } |
| | | |
| | | public void SetBindingData(HydroModelInfo hydroInfo) |
| | | { |
| | | throw new NotImplementedException(); |
| | | } |
| | | |
| | | public void SetBulkSetView() |
| | | { |
| | | throw new NotImplementedException(); |
| | | } |
| | | } |
| | | } |