public void Halt() { if (fFocuser.IsConnected) { fFocuser.Stop(); } }
private void btnStop_Click(object sender, EventArgs e) { fFocuser.Stop(); }