Ejemplo n.º 1
0
 public void Detach(CaptionShape shape)
 {
     shapes.Remove(shape);
 }
Ejemplo n.º 2
0
 public void Attach(CaptionShape shape)
 {
     shapes.Add(shape);
 }