摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.Threading;namespace 多线程2{ public partial class Form2 : Form { delegate void SetUpTitle(); public Form2() { Init 阅读全文
posted @ 2013-01-25 22:16 feidaochuanqing 阅读(198) 评论(0) 推荐(0) 编辑