From e88cf0e16062b68587425991530d053b9d3c0cec Mon Sep 17 00:00:00 2001 From: Euni4U <958079825@qq.com> Date: Thu, 12 Dec 2024 16:17:46 +0800 Subject: [PATCH] 11 --- deviceAnalysis.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deviceAnalysis.cs b/deviceAnalysis.cs index 8d49b5b..2a231f7 100644 --- a/deviceAnalysis.cs +++ b/deviceAnalysis.cs @@ -43,7 +43,7 @@ namespace FlyDockTool _tcpResult = new System.Threading.Timer(obj => tcpResultTick(), null, -1, 10);//调用方法TResultTick 作为定时执行的方法 处于暂停状态 _AccessResult = new System.Threading.Timer(obj => accessResultTick(), null, -1, 10000);//调用方法TResultTick 作为定时执行的方法 处于暂停状态 } - //赖浩 + //赖浩1 /// /// 查找某个字符小串在 字符大串中出现的位置数组 ///