Ejemplo n.º 1
0
 public PsiHelperNode(String Name, Node_base Parent, Document owner)
 {
     this.Name   = Name;
     this.Parent = Parent;
     this.Owner  = owner;
 }
Ejemplo n.º 2
0
 public Command(String Name, Node_base Parent, Document owner)
 {
     this.Name   = Name;
     this.Parent = Parent;
     this.Owner  = owner;
 }