/// <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(); }