摘要:
using System.Threading;namespace WindowsFormsApplication2{ public partial class Form1 : Form { private delegate void FlushClient(); public Form1() { InitializeComponent(); } private void Form1_Load(object sender, EventArgs e) { Thread th = new Thread(new ThreadStart(BindThread)); th.IsBackground = t 阅读全文
posted @ 2013-01-08 20:12
踏浪帅
阅读(714)
评论(0)
推荐(0)
浙公网安备 33010602011771号