WinForm关闭窗体彻底的退出方式

//System.Environment.Exit(0);
//Process.GetCurrentProcess().Kill();
//System.Threading.Thread.CurrentThread.Abort();
System.Diagnostics.Process.GetCurrentProcess().Kill();
            Application.Exit();

  

posted @ 2016-08-23 14:22  会弹猫的吉他  阅读(680)  评论(0)    收藏  举报