duheng
2024-10-09 8a03a264f813eb79a12da198c377c5d659122d51
WinFrmUI/HStation.WinFrmUI.PhartRelation.Core/02-valve-main/XhsValveMainPhartListCtrl.cs
@@ -23,15 +23,15 @@
                this.Name = model.OtherName;
                this.Importance = model.Importance;
                this.SortCode = model.SortCode;
                this.ImageIndex= ImageLib.Question;
                this.ImageIndex = ImageLib.Question;
                this.Model = model;
            }
            }
            public long ID { get; set; }
            public string Name { get; set; }
            public int Importance { get; set; }
            public int SortCode { get; set; }
            public int ImageIndex { get; set; }
            public object Model { get; set; }
            public object Model { get; set; }
        }
@@ -39,10 +39,8 @@
        /// <summary>
        /// 聚焦改变事件
        /// </summary> 
        public event Action<Vmo.XhsValveMainPhartMappingExtensions> FocusedChangedEvent;
        private readonly Lazy<BLL.XhsValveMainPhartMappingExtensions> _bll_ex = new ();
        public event Action<Vmo.XhsValveMainPhartMappingExtensions> FocusedChangedEvent;
        private readonly Lazy<BLL.XhsValveMainPhartMappingExtensions> _bll_ex = new ();
        private  List<CurrentViewModel> _allBindingList = null;//所有绑定列表
        /// <summary>