Ändernung GUI bzw anpassung an neue Anforderungen
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user