Exemplo n.º 1
0
 protected override void RefreshChildren()
 {
     this.Children.Clear();
     ServerNode.FillReverseZones();
     ServerNode.ReverseZones.ForEach(x => this.Children.Add(
                                         new VMDNSZoneEntryNode(x, this.ServerNode, this)));
 }