Example #1
0
 public void RemoveChild(Node child)
 {
     Flex.RemoveChild(this, child);
 }