c# 关闭窗体线程

System.Threading.Thread.CurrentThread.Abort();
 Process.GetCurrentProcess().Kill();

 Application.ExitThread();

System.Environment.Exit(System.Environment.ExitCode);

Application.Exit();

posted @ 2013-06-14 14:14  louiskoo  阅读(1945)  评论(0)    收藏  举报