Пример #1
0
        public static DataView GetCategoriesTreeView(DataTable dt)
        {
            CategoryTreeViewSorting cts = new CategoryTreeViewSorting(dt);

            cts.Sort();

            return(cts.SortedView);
        }
Пример #2
0
		public static DataView GetCategoriesTreeView(DataTable dt)
		{
			CategoryTreeViewSorting cts = new CategoryTreeViewSorting(dt);

			cts.Sort();

			return cts.SortedView;
		}