Beispiel #1
0
 public AnnotationCollection(PictureBoxEx owner, Annotation[] annotations)
     : this(annotations)
 {
     this.owner = owner;
 }
Beispiel #2
0
            public AnnotationCollection(PictureBoxEx owner)
            {
                this.owner = owner;

                AnnotationsChanged += new EventHandler(OnAnnotationCollection_AnnotationsChanged);
            }