Skip to content
This repository was archived by the owner on Feb 19, 2023. It is now read-only.

Commit 5c6dfc6

Browse files
committed
refactor: rename var
1 parent 44662d5 commit 5c6dfc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frmMain.vb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2321,14 +2321,14 @@ LocalErrorHandler:
23212321
cmdLoadTestplan.Focus()
23222322
End If
23232323

2324-
Dim thread As New Thread(AddressOf BackgroundThread)
2324+
Dim thread As New Thread(AddressOf TcpThread)
23252325
thread.Start()
23262326
End Sub
23272327

23282328
ReadOnly _tcpClient As New TcpClient()
23292329
ReadOnly _readyToRunEvent As New AutoResetEvent(False)
23302330
ReadOnly _testDoneEvent As New AutoResetEvent(False)
2331-
Private Sub BackgroundThread()
2331+
Private Sub TcpThread()
23322332
If Not _tcpClient.Connect() Then
23332333
Return
23342334
End If

0 commit comments

Comments
 (0)