Ejemplo n.º 1
0
 public Subscriber_TreeView(TreeView win)
 {
     this.win = win;
     Publisher.Subscribe("*", this);
 }