Änderungen GUI Anpassungen

This commit is contained in:
ja
2021-12-13 10:29:13 +01:00
parent d5c7f37965
commit ef30d5d4d1
4 changed files with 4 additions and 6 deletions

View File

@@ -192,7 +192,6 @@ Partial Class LKWS
End Sub
Protected Sub TableRowClick(ByVal sender As TableRow, e As EventArgs)
MsgBox("varz")
End Sub
Protected Sub btn_Suchen_M_Click(sender As Object, e As EventArgs)
@@ -314,7 +313,6 @@ Partial Class LKWS
Dim Stringtemp_M As String = String.Empty
For Each l2 In list2
Dim String2 As String = String.Empty
If IsNothing(l2.Schadstoffklasse) = False Then
Stringtemp_M = l2.Kategorie.ToString
Else