lixiaojun
2024-11-04 865ca7b89bde6b1793641c8421fc466695d48f6a
WinFrmUI/Yw.WinFrmUI.Hydro.Core/06-parter/13-pressmeter/HydroPressmeterListCtrl.cs
文件名从 WinFrmUI/Yw.WinFrmUI.Hydro.Core/06-parter/100-pressmeter/HydroPressmeterListCtrl.cs 修改
@@ -1,6 +1,8 @@
锘縩amespace Yw.WinFrmUI
锘縰sing Yw.Model;
namespace Yw.WinFrmUI
{
    public partial class HydroPressmeterListCtrl : DevExpress.XtraEditors.XtraUserControl, IViewHydroParterList
    public partial class HydroPressmeterListCtrl : DevExpress.XtraEditors.XtraUserControl, IHydroParterList
    {
        public HydroPressmeterListCtrl()
        {
@@ -13,6 +15,7 @@
        /// 姘村姏鐐瑰嚮浜嬩欢
        /// </summary>
        public event Action<Yw.Model.HydroParterInfo> HydroClickEvent;
        public event Action<List<HydroParterInfo>> HydroChangedEvent;
        /// <summary>
        /// 鏄剧ず鏌ヨ闈㈡澘
@@ -127,5 +130,15 @@
            }
            this.HydroClickEvent?.Invoke(row.Vmo);
        }
        public void SetBindingData(HydroModelInfo hydroInfo)
        {
            throw new NotImplementedException();
        }
        public void SetBulkSetView()
        {
            throw new NotImplementedException();
        }
    }
}