Litle.Sdk.litleResponse.litleResponse C# (CSharp) Method

litleResponse() public method

public litleResponse ( string filePath ) : System
filePath string
return System
        public litleResponse(string filePath)
        {
            XmlTextReader reader = new XmlTextReader(filePath);
            readXml(reader, filePath);
        }

Same methods

litleResponse::litleResponse ( ) : System
litleResponse::litleResponse ( XmlReader reader, string filePath ) : System