Änderungen ASP net

This commit is contained in:
ja
2022-01-03 16:15:57 +01:00
parent 33b44e9d2e
commit f435658a09
3 changed files with 32 additions and 3 deletions

View File

@@ -12,7 +12,6 @@ Public Class GetTable
<WebMethod()>
Private Function buildtablerow(tbl As Table, SDLNumber As String, Bezstr As String, Datgueltigbisstr As String, KartNr As String) As Table
Dim row As TableRow = New TableRow
Dim c1 As TableCell = New TableCell
Dim c2 As TableCell = New TableCell
@@ -33,7 +32,6 @@ Public Class GetTable
<WebMethod()>
Private Function buildtablerow_M(tbl As Table, SDLNumber_M As String, Bezstr_M As String, Datgueltigbisstr_M As String, KartNr_M As String) As Table
Dim row As TableRow = New TableRow
Dim c1 As TableCell = New TableCell
Dim c2 As TableCell = New TableCell