主页 > 编程资料 > C# >
发布时间:2018-02-08 作者:apizl 阅读:412次
Thread th = new System.Threading.Thread((System.Threading.ThreadStart)delegate
{
Application.Run(new FormPHPMore.pDataManage());
});
th.SetApartmentState(ApartmentState.STA);
th.IsBackground = true;
th.Start();

TIM截图20180208140215.png

文章由爱资料原创本文地址:https://www.apizl.com/archives/view-133943-1.html,转载请以链接形式标明本文地址!
关键字词: