Пример #1
0
 /// <summary>
 /// Cancel uploading the file to the ADCP.
 /// </summary>
 private void OnCancelUpdateFirmware()
 {
     AdcpSerialPort.CancelUpload();
 }