Ejemplo n.º 1
0
        public static string salHelp(string info)
        {
            string ret = StcIntCSharpPINVOKE.salHelp(info);

            if (StcIntCSharpPINVOKE.SWIGPendingException.Pending)
            {
                throw StcIntCSharpPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }