/// <summary>
        /// Constructor.
        /// </summary>
        public ExternalPractitionerSelectDisabledContactPointsComponentControl(ExternalPractitionerSelectDisabledContactPointsComponent component)
            : base(component)
        {
            _component = component;
            InitializeComponent();

            _instruction.DataBindings.Add("Text", _component, "Instruction", true, DataSourceUpdateMode.OnPropertyChanged);

            _table.Table = _component.ContactPointTable;
            _table.DataBindings.Add("Selection", _component, "SummarySelection", true, DataSourceUpdateMode.OnPropertyChanged);
        }
		/// <summary>
		/// Constructor.
		/// </summary>
		public ExternalPractitionerSelectDisabledContactPointsComponentControl(ExternalPractitionerSelectDisabledContactPointsComponent component)
			:base(component)
		{
			_component = component;
			InitializeComponent();

			_instruction.DataBindings.Add("Text", _component, "Instruction", true, DataSourceUpdateMode.OnPropertyChanged);

			_table.Table = _component.ContactPointTable;
			_table.DataBindings.Add("Selection", _component, "SummarySelection", true, DataSourceUpdateMode.OnPropertyChanged);
		}
 /// <summary>
 /// Called by the host to assign this view to a component.
 /// </summary>
 public void SetComponent(IApplicationComponent component)
 {
     _component = (ExternalPractitionerSelectDisabledContactPointsComponent)component;
 }
 /// <summary>
 /// Called by the host to assign this view to a component.
 /// </summary>
 public void SetComponent(IApplicationComponent component)
 {
     _component = (ExternalPractitionerSelectDisabledContactPointsComponent)component;
 }