Пример #1
0
 private void button5_Click(object sender, EventArgs e)
 {
     //update ssn 2 location
     try
     {
         _connection.UpdateObjectLocation("SSN-2", 150, 400, 0, true);
     }
     catch (Exception ex)
     {
         UpdateTextBox(String.Format("Error Updating SSN-2's location: {0}", ex.Message));
     }
 }