19/9/23 - Listview de servidores por customListView y servidor de Azure

- Se cambio el oistview de los servidores predeterminados por un customListView.
- Se agrego el servidor de Azure a la lista de servidores predeterminados..
This commit is contained in:
2023-09-19 20:37:26 -06:00
parent 24ab38a661
commit 10f1c820a0
7 changed files with 75 additions and 14 deletions

View File

@@ -20,7 +20,6 @@ Sub Class_Globals
Private subsLogs As Boolean = False
End Sub
'You can add more parameters here.
Public Sub Initialize As Object
Return Me
@@ -414,7 +413,7 @@ Sub CreateNotification (Body As String) As Notification
Dim notification As Notification
notification.Initialize2(notification.IMPORTANCE_LOW)
notification.Icon = "icon"
notification.SetInfo("Tester", Body, Main)
notification.SetInfo("Activo", Body, Main)
Return notification
End Sub
@@ -445,4 +444,5 @@ Sub notiLowReturn(title As String, Body As String, id As Int) As Notification 'i
notification.Notify(id)
' Log("notiLowReturn SetInfo")
Return notification
End Sub
End Sub