J2534DotNet.Logger.SelectDevice.SelectDevice_Load C# (CSharp) Méthode

SelectDevice_Load() private méthode

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