摘要: //gcInterface为控件名称 if (gcInterface.InvokeRequired) { gcInterface.BeginInvoke((MethodInvoker)delegate { dtConfig.Rows[index]["count"] = count; dtConfig 阅读全文
posted @ 2021-06-27 16:23 博客YS 阅读(60) 评论(0) 推荐(0)
摘要: private void IEClient_FormClosing(object sender, FormClosingEventArgs e) { if (e.CloseReason == CloseReason.UserClosing) { e.Cancel = true; this.Hide( 阅读全文
posted @ 2021-06-27 16:00 博客YS 阅读(31) 评论(0) 推荐(0)