Ejemplo n.º 1
0
 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;
 }
Ejemplo n.º 2
0
 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;
 }
Ejemplo n.º 3
0
 public SearchNodeCollection(ClearbytesModule Parent)
 {
     this.Parent = Parent;
 }