示例#1
0
        public static string GetDisplayDllLastUpdatedDate()
        {
            string softwareVersion = WebConfig.GetSoftwareVersion();

            return(softwareVersion);
        }
示例#2
0
        public static string GetDisplayDllLastUpdatedDate()
        {
            string softwareVersion = String.Format("SIT Phase {0} ", WebConfig.GetSoftwareVersion());

            return(softwareVersion);
        }