ALERTEK KIVÉTELE ...
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user