Exemplo n.º 1
0
 public void Add(ChrConfigElement chrElement)
 {
     BaseAdd(chrElement);
 }
Exemplo n.º 2
0
 public int IndexOf(ChrConfigElement chrElement)
 {
     return(BaseIndexOf(chrElement));
 }