ATMLCommonLibrary.controls.lists.PhysicalInterfaceListControl.PhysicalInterfaceListControl C# (CSharp) Метод

PhysicalInterfaceListControl() публичный Метод

public PhysicalInterfaceListControl ( ) : System
Результат System
        public PhysicalInterfaceListControl()
        {
            InitializeComponent();
            Validating += PhysicalInterfaceListControl_Validating;
            lvConnectors.SelectedIndexChanged += lvList_SelectedIndexChanged;
            lvPorts.SelectedIndexChanged += lvList_SelectedIndexChanged;
            tabControl4.ShowToolTips = true;
        }