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.
22 lines
541 B
22 lines
541 B
Imports System.Data.SqlClient
|
|
Imports System.Data.SqlDbType
|
|
Imports System.IO
|
|
Imports System
|
|
Imports Syncfusion.DocIO.DLS
|
|
Imports Syncfusion.DocToPDFConverter
|
|
Imports Syncfusion.Pdf
|
|
Imports Syncfusion.OfficeChart
|
|
Imports Syncfusion.OfficeChartToImageConverter
|
|
Imports Syncfusion.Windows.Forms
|
|
Imports Syncfusion.DocIO
|
|
Imports ICSharpCode.SharpZipLib.Checksums
|
|
Imports ICSharpCode.SharpZipLib.Zip
|
|
|
|
Public Class clsVerarbeitung
|
|
Public Function StartJob(ByVal s As String)
|
|
Shell(s, AppWinStyle.Hide)
|
|
End Function
|
|
|
|
|
|
End Class
|