Exemplo n.º 1
0
 public void Remove(VO64GraphicsCollection collection)
 {
     if (_collections.Contains(collection))
         _collections.Remove(collection);
     collection.Dispose();
 }
Exemplo n.º 2
0
 public void Add(VO64GraphicsCollection collection)
 {
     _collections.Add(collection);
 }