Exemplo n.º 1
0
 private void removeAllChildren()
 {
     if (behaviour && behaviour.ChildCount() > 0)
     {
         behaviour.ClearChildren();
         Output.RemoveAllInputs();
     }
 }