示例#1
0
文件: Cost.cs 项目: zhangzheng12/EApp
 private void btnCancel_Click(object sender, EventArgs e)
 {
     exportTask.CancelAsync();
 }