public SearchNode(TreeNode TreeNode, string Title, InformationType Type, object Data, ClearbytesModule ParentModule) { this.TreeNode = TreeNode; this.Title = Title; this.Type = Type; this.Data = Data; this.ParentModule = ParentModule; }
public SearchNodeCollection(ClearbytesModule Parent) { this.Parent = Parent; }