コード例 #1
0
ファイル: ApplicationHelpers.cs プロジェクト: KKPBank/CSM
        public static string GetDisplayDllLastUpdatedDate()
        {
            string softwareVersion = WebConfig.GetSoftwareVersion();

            return(softwareVersion);
        }
コード例 #2
0
ファイル: ApplicationHelpers.cs プロジェクト: KKPBank/CSM
        public static string GetDisplayDllLastUpdatedDate()
        {
            string softwareVersion = String.Format("SIT Phase {0} ", WebConfig.GetSoftwareVersion());

            return(softwareVersion);
        }