移除DeviceManager.cs中未使用的_connectionCheckInterval字段,修复CS0414警告
This commit is contained in:
@@ -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;
|
||||
// 最大重连尝试次数
|
||||
|
||||
Reference in New Issue
Block a user