Exemplo n.º 1
0
        public void GetDocument()
        {
            var LDocIndex = FClientFile.GetCurrentDocIndex();
            var LDoc      = FClientFile.GetDocument(LDocIndex);

            Assert.IsNotNull(LDoc);
            LDoc.GetCurrentReturnId();
        }