コード例 #1
0
        public ViewPartCollection(DataBoundControl owner)
        {
            if (owner == null)
            {
                throw new ArgumentNullException("owner");
            }

            _owner = owner;
        }
コード例 #2
0
ファイル: Image.cs プロジェクト: newlysoft/Zongsoft.Web
 public Image(DataBoundControl owner = null)
 {
     _owner = owner;
 }