Guest User

Untitled

a guest
May 21st, 2018
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
  2. Try
  3. ReadRDZoneTemps()
  4. ReadRDBuilding()
  5. WriteToLogFile()
  6. Catch ex As Exception
  7. MsgBox(ex.Message)
  8. End Try
  9. End Sub
Add Comment
Please, Sign In to add comment