Ejemplo n.º 1
0
        /// <summary>
        /// Uses the associated Windows Forms view to initialize the control that implements the interface.
        /// </summary>
        /// <param name="view">The associated <see cref="T:Microsoft.ManagementConsole.FormView"></see> value.</param>
        void IFormViewControl.Initialize(FormView view)
        {
            this.ParentFormView = (UpdateFormView)view;

            InitializeUpdateInfoBlock();
        }
Ejemplo n.º 2
0
        /// <summary>
        /// Uses the associated Windows Forms view to initialize the control that implements the interface.
        /// </summary>
        /// <param name="view">The associated <see cref="T:Microsoft.ManagementConsole.FormView"></see> value.</param>
        void IFormViewControl.Initialize(FormView view)
        {
            this.ParentFormView = (UpdateFormView)view;

            InitializeUpdateInfoBlock();
        }