Änderungen zur Implementierung einer automatsicnen Autovervollständigungs "KI"

This commit is contained in:
ja
2021-11-09 15:58:21 +01:00
parent 58f4a16781
commit 8971416b81
4 changed files with 8 additions and 9 deletions

View File

@@ -12,7 +12,7 @@ Public Class WebService
Inherits System.Web.Services.WebService
<WebMethod()>
Public Function Show(ByVal sLookUP As String) As List(Of String)
Public Function ShowLKWs(ByVal sLookUP As String) As List(Of String)
Dim lstCountries As New List(Of String)()
Dim Connectionstring As String = String.Empty