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  阅读(1931)  评论(0编辑  收藏  举报