C# Class Audit.Util.NodeExtensions

Show file Open project: gnschenker/RecipesWithCqrsAndEs

Public Methods

Method Description
AddNode ( this node, string name, object tag = null, string image = "" ) : TreeNode

Method Details

AddNode() public static method

public static AddNode ( this node, string name, object tag = null, string image = "" ) : TreeNode
node this
name string
tag object
image string
return System.Windows.Forms.TreeNode