Exemplo n.º 1
0
 private void button6_Click(object sender, EventArgs e)
 {
     //update ssn 2 throttle
     try
     {
         _connection.UpdateObjectThrottle("SSN-2", 0.28);
     }
     catch (Exception ex)
     {
         UpdateTextBox(String.Format("Error Updating SSN-2's throttle: {0}", ex.Message));
     }
 }