Example #1
0
 private void toolStripProgressCancelButton_ButtonClick(object sender, EventArgs e)
 {
     // Cancel the operation.
     _abort = true;
     _client.Cancel();
 }