移除DeviceManager.cs中未使用的_connectionCheckInterval字段,修复CS0414警告

This commit is contained in:
zqm
2025-10-29 16:50:16 +08:00
parent 86e3fd8012
commit a0a4400456

View File

@@ -190,7 +190,6 @@ namespace JoyD.Windows.CS.Toprie
private System.Threading.Timer _reconnectTimer;
// 重连间隔(毫秒)
private int _reconnectInterval = 2000;
private int _connectionCheckInterval = 5000;
// 重连尝试次数
private int _reconnectAttempts = 0;
// 最大重连尝试次数