ATMLCommonLibrary.forms.PortSelectionForm.InitPhysicalPortList C# (CSharp) Method

InitPhysicalPortList() private method

private InitPhysicalPortList ( ) : void
return void
        private void InitPhysicalPortList()
        {
            lvPhysicalPorts.Columns.Add("Port Name");
            lvPhysicalPorts.Columns[0].Width = lvPhysicalPorts.Width;
            lvPhysicalPorts.FullRowSelect = true;
            lvPhysicalPorts.CheckBoxes = true;
        }