예제 #1
0
 public void Detach(CaptionShape shape)
 {
     shapes.Remove(shape);
 }
예제 #2
0
 public void Attach(CaptionShape shape)
 {
     shapes.Add(shape);
 }