Example #1
0
 private void buttonAbort_Click(object sender, EventArgs e)
 {
     _handler.Abort();
     Enabled = false;
 }