From 2f692068d5ac830bb38cf49e5dd6065454deb7c8 Mon Sep 17 00:00:00 2001 From: Euni4U <958079825@qq.com> Date: Thu, 12 Dec 2024 16:15:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=B3=A8=E9=87=8A=E6=B5=8B?= =?UTF-8?q?=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deviceAnalysis.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deviceAnalysis.cs b/deviceAnalysis.cs index fc593de..8d49b5b 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 作为定时执行的方法 处于暂停状态 } - + //赖浩 /// /// 查找某个字符小串在 字符大串中出现的位置数组 ///