摘要:
获取当前运行程序集的编译时间,觉得很有用,立此为据。 code snippet:System.IO.FileInfo fileInfo = new System.IO.FileInfo(Assembly.GetExecutingAssembly().Location); this.LabelVersion.CssClass = "VersionString"; this.LabelVersion.... 阅读全文
posted @ 2008-07-28 15:48
guojin
阅读(298)
评论(0)
推荐(0)