J2534DotNet.Logger.SelectDevice.SelectDevice_Load C# (CSharp) Method

SelectDevice_Load() private method

private SelectDevice_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        private void SelectDevice_Load(object sender, EventArgs e)
        {
            deviceList.DataSource = J2534Detect.ListDevices();
            deviceList.DisplayMember = "Name";
        }