private void button2_Click(object sender, EventArgs e) { FormConnectRemoteDevice frm = new FormConnectRemoteDevice(); if (frm.ShowDialog() == DialogResult.OK) { GetDevices(); } }
private void button2_Click(object sender, EventArgs e) { FormConnectRemoteDevice frm = new FormConnectRemoteDevice(); if (frm.ShowDialog() == DialogResult.OK) GetDevices(); }