MCS260
CORNERSTONE 260 MONOCHROMATORS
65
txtInfo.Text = cs.getLastMessage();
cs.setActiveDevice(nActiveUnit);
}
private void btnResponse2_Click(object sender, EventArgs e)
{
cs.setActiveDevice(cs.usbDevices.Count);
txtInfo.Text = cs.getResponse();
cs.setActiveDevice(nActiveUnit);
}