Beispiel #1
0
 public ViewNode(ViewsNode parent, string name)
 {
     this.parent = parent;
     this.name   = name;
 }