WinFrmUI/HStation.WinFrmUI.Basic.Core/04-SysPropManage/SysPropManageMainPanel.cs
@@ -1,5 +1,4 @@ using DevExpress.Utils.DragDrop; using DevExpress.XtraDiagram.Bars; namespace HStation.WinFrmUI.Basic { @@ -14,6 +13,7 @@ this.PageTitle.HeaderSvgImage = this.svgImage32[0]; this.PageTitle.SvgImageSize = new Size(24, 24); this.propGroupTreeListCtrl1.FocusedChangedEvent += ModuleTreeListCtrl1_FocusedChangedEvent; behaviorManager1.Detach<DragDropBehavior>(gridView1); } private List<SysPropViewModel> _allBindingList = new List<SysPropViewModel>();