Exemplo n.º 1
0
 public void RemoveLayer(int index)
 {
     if (Childs.Count > index)
     {
         Childs.RemoveAt(index);
     }
 }