ALERTEK KIVÉTELE ...

This commit is contained in:
2018-05-17 21:55:42 +02:00
parent 57af822746
commit 970c8378a0
2 changed files with 17 additions and 17 deletions
@@ -39,10 +39,10 @@ Public Class SISChatWC
End Sub
Protected Overridable Sub InitChatTimerCore()
ChatTimerCore = New Timer()
AddHandler ChatTimerCore.Tick, AddressOf ChatTimerCore_Tick
ChatTimerCore.Interval = 5000
ChatTimerCore.Start()
'ChatTimerCore = New Timer()
'AddHandler ChatTimerCore.Tick, AddressOf ChatTimerCore_Tick
'ChatTimerCore.Interval = 5000
'ChatTimerCore.Start()
End Sub
Private Sub ChatTimerCore_Tick(sender As Object, e As EventArgs)