new System.Threading.Thread((System.Threading.ThreadStart)delegate
{
Application.Run(new FormPHPMore.pDataManage());
}).Start();
关键字词:
new System.Threading.Thread((System.Threading.ThreadStart)delegate
{
Application.Run(new FormPHPMore.pDataManage());
}).Start();