Example #1
0
 private void cancelButton_Click(object sender, EventArgs e)
 {
     statusLabel.Text    = "Canceled";
     statusPanel.Visible = true;
     _service.CancelSending();
 }