示例#1
0
 private void btnCancel_Click(object sender, EventArgs e)
 {
     _client.Cancel();
     btSend.Enabled = true;
 }