| | |
| | | using DevExpress.UIAutomation; |
| | | using DevExpress.Utils.DragDrop; |
| | | using DevExpress.XtraEditors; |
| | | using DevExpress.XtraTreeList; |
| | | using DevExpress.XtraTreeList; |
| | | using DevExpress.XtraTreeList.Handler; |
| | | using DevExpress.XtraTreeList.Nodes; |
| | | using SqlSugar; |
| | | using System.ComponentModel; |
| | | using System.Reflection; |
| | | |
| | | namespace HStation.WinFrmUI.Basic |
| | |
| | | |
| | | private async Task<bool> SetTreeListSorter(long parentId) |
| | | { |
| | | var sortList = new List<Yw.Vmo.Sorter>(); |
| | | var sortList = new List<Yw.Vmo.Sorter>(); |
| | | var targetList = _IndexList.Where(x => x.ParentID == parentId).ToList(); |
| | | int i = 1; |
| | | foreach (var item in targetList) |