Ejemplo n.º 1
0
        public ViewPartCollection(DataBoundControl owner)
        {
            if (owner == null)
            {
                throw new ArgumentNullException("owner");
            }

            _owner = owner;
        }
Ejemplo n.º 2
0
 public Image(DataBoundControl owner = null)
 {
     _owner = owner;
 }