public AnnotationCollection(PictureBoxEx owner, Annotation[] annotations) : this(annotations) { this.owner = owner; }
public AnnotationCollection(PictureBoxEx owner) { this.owner = owner; AnnotationsChanged += new EventHandler(OnAnnotationCollection_AnnotationsChanged); }