C# Class HYPDM.WinUI.Document.ToolsHelper

Datei anzeigen Open project: huayancreate/HYPDM Class Usage Examples

Public Methods

Method Description
CreatTree ( TreeNodeCollection Nds, string parentID, DataTable dt ) : void

getTreeViewByPathDir ( TreeView tv ) : void

Method Details

CreatTree() public method

public CreatTree ( TreeNodeCollection Nds, string parentID, DataTable dt ) : void
Nds System.Windows.Forms.TreeNodeCollection
parentID string
dt System.Data.DataTable
return void

getTreeViewByPathDir() public method

public getTreeViewByPathDir ( TreeView tv ) : void
tv System.Windows.Forms.TreeView
return void