Exemplo n.º 1
0
 private void button13_Click(object sender, EventArgs e)
 {
     //cancel attack with task 0
     try
     {
         _connection.SendCancelEngagementEvent("SSN-1", "TargetAsset_0", "STRK");
     }
     catch (Exception ex)
     {
         UpdateTextBox(String.Format("Error Cancelling Attack on task 0: {0}", ex.Message));
     }
 }