11 lines
263 B
VB.net
11 lines
263 B
VB.net
Imports GrapeCity.ActiveReports
|
|
Imports GrapeCity.ActiveReports.Document
|
|
Imports VERAG_PROG_ALLGEMEIN
|
|
|
|
|
|
Public Class rptTicketLKWInfo
|
|
Private Sub rptTicketLKWInfo_ReportStart(sender As Object, e As EventArgs) Handles MyBase.ReportStart
|
|
|
|
End Sub
|
|
End Class
|