Exemplo n.º 1
0
        public CopyDialog(spevthkman parentForm, SPWeb web, ISecurableObject selectedObject)
            : base()
        {
            this.m_ParentForm = parentForm;

            InitializeComponent();

            this.Web            = web;
            this.SelectedObject = selectedObject;
        }
Exemplo n.º 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;
        }