duheng
2024-12-07 1e387f457092df846ec04e2c6792b83244aae04e
WinFrmUI/Yw.WinFrmUI.Hydro.Core/06-visual/18-exchanger/SetHydroExchangerListDlg.cs
@@ -6,7 +6,6 @@
        {
            InitializeComponent();
            this.IconOptions.Icon = Yw.WinFrmUI.GlobalParas.AppIcon;
            this.hydroExchangerListCtrl1.ShowFindPanel = false;
            this.hydroExchangerListCtrl1.HydroClickInfoEvent += HydroExchangerListCtrl1_HydroClickInfoEvent;
            this.hydroExchangerListCtrl1.HydroClickViewEvent += HydroExchangerListCtrl1_HydroClickViewEvent;
            this.hydroExchangerListCtrl1.HydroChangedInfoEvent += HydroExchangerListCtrl1_HydroChangedInfoEvent;
@@ -37,7 +36,7 @@
        public void SetBindingData(Yw.Model.HydroModelInfo hydroInfo)
        {
            this.hydroExchangerListCtrl1.SetBindingData(hydroInfo);
            this.hydroExchangerListCtrl1.SetBulkSetView();
            this.hydroExchangerListCtrl1.SetBulkView();
        }
        /// <summary>
@@ -46,7 +45,7 @@
        public void SetBindingData(List<HydroVisualViewModel> allVisualViewModelList)
        {
            this.hydroExchangerListCtrl1.SetBindingData(allVisualViewModelList);
            this.hydroExchangerListCtrl1.SetBulkSetView();
            this.hydroExchangerListCtrl1.SetBulkView();
        }
        //水力点击信息事件