test
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
Imports System.IO
|
||||
Imports DevExpress.Utils
|
||||
Imports DigitalData.Modules.Database
|
||||
Imports DigitalData.Modules.Database
|
||||
Imports DigitalData.Modules.Logging
|
||||
Imports GdPicture14
|
||||
Imports Newtonsoft.Json
|
||||
Imports Newtonsoft.Json.Linq
|
||||
Imports EnvelopeGenerator.Common.Jobs
|
||||
|
||||
Public Class frmFinalizePDF
|
||||
Private Const CONNECTIONSTRING = "Server=sDD-VMP04-SQL17\DD_DEVELOP01;Database=DD_ECM;User Id=sa;Password=+bk8oAbbQP1AzoHtvZUbd+Mbok2f8Fl4miEx1qssJ5yEaEWoQJ9prg4L14fURpPnqi1WMNs9fE4=;"
|
||||
@@ -12,7 +10,7 @@ Public Class frmFinalizePDF
|
||||
Private Database As MSSQLServer
|
||||
Private LogConfig As LogConfig
|
||||
|
||||
Private Viewer As GdPicture14.GdViewer
|
||||
Private Viewer As GdViewer
|
||||
Private Manager As AnnotationManager
|
||||
Private PDFBurner As PDFBurner
|
||||
|
||||
@@ -46,8 +44,6 @@ Public Class frmFinalizePDF
|
||||
|
||||
End Function
|
||||
|
||||
|
||||
|
||||
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
|
||||
Dim oDocumentPath = LoadEnvelopeDocument()
|
||||
Dim oTable = LoadAnnotationDataForEnvelope()
|
||||
|
||||
Reference in New Issue
Block a user