C# (FORM)顯示編譯時間和版本語法
C# (FORM)顯示編譯時間和版本語法
資料來源:http://note.jhpeng.com/CsharpGetBuildTime/
資料來源:http://jashliao.pixnet.net/blog/post/207152257
01.編譯時間: System.IO.File.GetLastWriteTime(this.GetType().Assembly.Location)
02.版本: string ver = System.Reflection.Assembly.GetExecutingAssembly().GetName().Version.ToString();//C# Console 也可用