You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
388 B

Public Class EDKB07Verarbeitung
'Schnittstelle für den Client
Public Interface IEDKB07
Sub GetDocBLPDF(ByVal DruckjobID As Integer)
Sub PrintJobF(ByVal alnr As Integer, ByVal partno As Integer)
Sub GetColdMehrfachDruck(ByVal sTGNummer As String, ByVal iJobID As Integer, ByVal colData As Object, ByRef binOutput As Object)
End Interface
End Class