Ändernung GUI bzw anpassung an neue Anforderungen

This commit is contained in:
ja
2021-12-06 17:00:56 +01:00
parent 4acaa9ff71
commit d2915a4c04
2 changed files with 69 additions and 31 deletions

View File

@@ -2,6 +2,7 @@
Partial Class LKWS
Inherits System.Web.UI.Page
Dim Kdnrtext As String = String.Empty
Dim list = VERAG_PROG_ALLGEMEIN.cSDL.GET_LIST_WEB(401940)
Protected Sub Page_Load(sender As Object, ByVal e As System.EventArgs) Handles Me.Load
VERAG_VARIABLES.initerrorcount()
If Me.Page.User.Identity.IsAuthenticated Then
@@ -20,4 +21,12 @@ Partial Class LKWS
End If
End Sub
Protected Sub btn_alle_Click(sender As Object, e As EventArgs)
End Sub
Protected Sub btn_Suchen_Click(sender As Object, e As EventArgs)
End Sub
End Class