Skip to content

Commit

Permalink
One timer was lost
Browse files Browse the repository at this point in the history
  • Loading branch information
JockeJarre committed Jul 14, 2024
1 parent 8a61ba8 commit 66a2faf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions b2sbackglassserver/b2sbackglassserver/Forms/formBackglass.vb
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ Public Class formBackglass
' stop all timers as EXE
If timer IsNot Nothing Then RemoveHandler timer.Tick, AddressOf Timer_Tick
If tabletimer IsNot Nothing Then RemoveHandler tabletimer.Tick, AddressOf TableTimer_Tick
'If B2STimer IsNot Nothing Then RemoveHandler B2STimer.Tick, AddressOf B2STimer_Tick
If B2STimer IsNot Nothing Then RemoveHandler B2STimer.Tick, AddressOf B2STimer_Tick
#End If

End Sub
Expand Down Expand Up @@ -560,7 +560,7 @@ Public Class formBackglass
End If

End Sub
Private Sub B2STimer_Tick()
Private Sub B2STimer_Tick(ByVal sender As Object, ByVal e As EventArgs)

' poll registry data
PollingData()
Expand Down

0 comments on commit 66a2faf

Please sign in to comment.