Änderungen ASP net
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user