kevin55

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2013年12月8日

摘要: 1 private void Form1_Load(object sender, EventArgs e) 2 { 3 Thread newthread = new Thread(new ThreadStart(BackgroundProcess)); 4 newthread.Start(); 5 6 } 7 8 /// 9 /// 定义一个代理 10 /// 11 private delegate void Cros... 阅读全文
posted @ 2013-12-08 10:59 kernel_main 阅读(2880) 评论(0) 推荐(0) 编辑