Exemplo n.º 1
0
 public int IndexOf(AppConfigElement app)
 {
     return BaseIndexOf(app);
 }
Exemplo n.º 2
0
 public void Remove(AppConfigElement app)
 {
     if (BaseIndexOf(app) >= 0)
         BaseRemove(app.Name);
 }
Exemplo n.º 3
0
 public void Add(AppConfigElement app)
 {
     BaseAdd(app);
 }