예제 #1
0
        public static string GetFirstVisualProgress()
        {
            string text2;

            try
            {
                string     text = "";
                EntityData firstVisualProgress = ConstructDAO.GetFirstVisualProgress("");
                if (firstVisualProgress.HasRecord())
                {
                    text = firstVisualProgress.GetString("SystemID");
                }
                firstVisualProgress.Dispose();
                text2 = text;
            }
            catch (Exception exception)
            {
                throw exception;
            }
            return(text2);
        }