Пример #1
0
 private void button15_Click(object sender, EventArgs e)
 {
     //update ssn 1 icon
     try
     {
         _connection.UpdateObjectIconName("SSN-1", "ImageLib.GroundTrack.Equipment.Special.LandMines.Claymore-Friend.png");
     }
     catch (Exception ex)
     {
         UpdateTextBox(String.Format("Error Updating SSN-1's icon: {0}", ex.Message));
     }
 }