Esempio n. 1
0
        public static string getApplicationName(Page page)
        {
            string retValue = string.Empty;

            try
            {
                retValue = docsPaWS.getApplicationName();
            }
            catch (Exception e)
            {
                ErrorManager.redirect(page, e);
            }
            return(retValue);
        }