bw_DataInterface.DoWork += new DoWorkEventHandler(bw_DataInterface_DoWork); bw_DataInterface.RunWorkerAsync("Test parameters");
在DoWork Func: DoWork(object sender, DoWorkEventArgs e)
{
string tt=e.Argument.ToString();
}