public void CloseConnection() { if (Qa401.IsConnected()) { Qa401.CloseConnection(); } if (Qa450.IsConnected()) { Qa450.CloseConnection(); } }