lijinchang

导航

2011年5月3日 #

利用委托的BeginInvoke防止界面假死的实例

摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.Threading;namespace WinBeginInvoke{ public partial class Form1 : Form { public Form1() { InitializeComponent(); } private delegat 阅读全文

posted @ 2011-05-03 16:47 lijinchang 阅读(406) 评论(0) 推荐(0) 编辑