Beispiel #1
0
        public static string GetLastVisualProgress()
        {
            string text2;

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