System.Threading.Thread类

来源:互联网 发布:lwip协议栈arp源码详解 编辑:程序博客网 时间:2024/05/17 01:15

new System.Threading.Thread(

  (System.Threading.ThreadStart)delegate 
        {  
           Application.Run(new Form());  
        }
).Start();  
this.Close(); 

 

 

 

http://www.mscto.com/dotnet/2009022457787_2.html

 

原创粉丝点击