public CopyDialog(spevthkman parentForm, SPWeb web, ISecurableObject selectedObject)
            : base()
        {
            this.m_ParentForm = parentForm;

            InitializeComponent();

            this.Web            = web;
            this.SelectedObject = selectedObject;
        }
示例#2
0
        public AddDialog(spevthkman parentForm, SPWeb web, ISecurableObject selectedObject)
            : base()
        {
            this.m_ParentForm = parentForm;

            InitializeComponent();

            this.m_TypeNames = new List <string>();

            this.Web            = web;
            this.SelectedObject = selectedObject;
        }