ATMLCommonLibrary.controls.lists.PhysicalInterfaceListControl.PhysicalInterfaceListControl C# (CSharp) Method

PhysicalInterfaceListControl() public method

public PhysicalInterfaceListControl ( ) : System
return System
        public PhysicalInterfaceListControl()
        {
            InitializeComponent();
            Validating += PhysicalInterfaceListControl_Validating;
            lvConnectors.SelectedIndexChanged += lvList_SelectedIndexChanged;
            lvPorts.SelectedIndexChanged += lvList_SelectedIndexChanged;
            tabControl4.ShowToolTips = true;
        }