多線程控制

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