多线程控制

  private void button1_Click(object sender, EventArgs e)         {             //用子线程工做             new System.Threading.Thread(new System.Threading.ThreadStart(StartDownload)).Start();         }     
相关文章
相关标签/搜索