コード例 #1
0
ファイル: UpdateInfoControl.cs プロジェクト: 0anion0/IBN
        /// <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();
        }
コード例 #2
0
ファイル: UpdateInfoControl.cs プロジェクト: alex765022/IBN
        /// <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();
        }