コード例 #1
0
        public void ExportDocumentTemplate(int[] docs, string path)
        {
            LogonService oLogonService = new LogonService();
            LogonReturnValue returnValue = new LogonReturnValue();
            returnValue = oLogonService.Logon("msh", "4Dv4nc3d");

            var documentTemplate = new ExportDocumentTemplate();
            documentTemplate.Export(docs, path);
        }
コード例 #2
0
        public void ExportDocumentTemplate(int[] docs, string path)
        {
            LogonService     oLogonService = new LogonService();
            LogonReturnValue returnValue   = new LogonReturnValue();

            returnValue = oLogonService.Logon("msh", "4Dv4nc3d");

            var documentTemplate = new ExportDocumentTemplate();

            documentTemplate.Export(docs, path);
        }