Пример #1
0
 public void Remove(AttributeSet ds)
 {
     attributeSets.Remove(ds);
 }
Пример #2
0
 public void Add(AttributeSet ds)
 {
     attributeSets.Add(ds);
 }