Ejemplo n.º 1
0
        public static string GetDisplayDllLastUpdatedDate()
        {
            string softwareVersion = WebConfig.GetSoftwareVersion();

            return(softwareVersion);
        }
Ejemplo n.º 2
0
        public static string GetDisplayDllLastUpdatedDate()
        {
            string softwareVersion = String.Format("SIT Phase {0} ", WebConfig.GetSoftwareVersion());

            return(softwareVersion);
        }