摘要: 本文实例总结了C#中WinForm程序退出方法技巧。分享给大家供大家参考。具体分析如下: 在c#中退出WinForm程序包括有很多方法,如:this.Close(); Application.Exit();Application.ExitThread(); System.Environment.Ex 阅读全文
posted @ 2019-01-03 17:57 net-sky 阅读(726) 评论(0) 推荐(0) 编辑
摘要: Content.Text = "程序集版本:" + System.Reflection.Assembly.GetExecutingAssembly().GetName().Version.ToString() +"\n"; 读取的是AssemblyInfo.cs文件的[assembly: Assem 阅读全文
posted @ 2019-01-03 17:44 net-sky 阅读(8203) 评论(0) 推荐(3) 编辑