This commit is contained in:
2022-09-01 10:37:14 +02:00
parent 46c14b6500
commit 5809e9c89c
13 changed files with 291 additions and 217 deletions

View File

@@ -569,4 +569,10 @@ Public Class usrCntlDienstplan
Next
End Sub
Private Sub Button6_Click(sender As Object, e As EventArgs) Handles Button6.Click
Dim table As New DataTable()
Me.dataAdapterMA.Fill(table)
VERAG_PROG_ALLGEMEIN.cProgramFunctions.genCSVFromDT(table, True) '
End Sub
End Class