Exemple #1
0
        /// <summary>
        ///
        /// </summary>
        /// <returns></returns>
        public string getPauseCommandCaption()
        {
            string pauseCommandCaption = "";

            try
            {
                pauseCommandCaption = myXmlRpcProxy.getPauseCommandCaption();
            }
            catch (Exception ex)
            {
                LogException(ex, "getPauseCommandCaption");
            }
            return(pauseCommandCaption);
        }