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

                AnnotationsChanged += new EventHandler(OnAnnotationCollection_AnnotationsChanged);
            }