예제 #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);
        }