增加禁用风速自动停止复选框

This commit is contained in:
2026-03-28 16:52:14 +08:00
parent 3bc3cc5495
commit 8c3b67ca9f

View File

@@ -13232,7 +13232,7 @@ Public Class FrmCSeriesConfig
End Sub
Private Sub FrmCSeriesConfig_FormClosed(sender As Object, e As FormClosedEventArgs) Handles MyBase.FormClosed
NetworkHelp.SetNetworkAdapterDHCP()
NetworkHelp.SetNetworkAdapterDHCP(False)
If Not IsNothing(DirectConnection) Then
threadIsflag = False
If Not IsNothinggsocket Then gsocket.Close()
@@ -13242,7 +13242,7 @@ Public Class FrmCSeriesConfig
End Sub
Private Sub FrmCSeriesConfig_FormClosing(sender As Object, e As FormClosingEventArgs) Handles MyBase.FormClosing
NetworkHelp.SetNetworkAdapterDHCP()
NetworkHelp.SetNetworkAdapterDHCP(False)
If Not IsNothing(DirectConnection) Then
threadIsflag = False
If Not IsNothinggsocket Then gsocket.Close()
@@ -13250,7 +13250,7 @@ Public Class FrmCSeriesConfig
End If
End Sub
Public Sub FrmCSeriesConfig_FormClosing()
NetworkHelp.SetNetworkAdapterDHCP()
NetworkHelp.SetNetworkAdapterDHCP(False)
If Not IsNothing(pollThreadclass) Then
pollThreadclass.PollingThreadClosed()
End If