private void button7_Click(object sender, EventArgs e) { //update ssn 2 destination try { _connection.UpdateObjectDestinationLocation("SSN-2", 400, 125, 0, true); } catch (Exception ex) { UpdateTextBox(String.Format("Error Updating SSN-2's destination: {0}", ex.Message)); } }