From 1aeba205ca41da0f9c31bb7c0e3c0d8534f69e61 Mon Sep 17 00:00:00 2001 From: zs <zhousong@weben-smart.com> Date: 周四, 14 11月 2024 17:20:40 +0800 Subject: [PATCH] fabu --- DataCapture_MA/Form1.cs | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/DataCapture_MA/Form1.cs b/DataCapture_MA/Form1.cs index a930e1c..9a7579b 100644 --- a/DataCapture_MA/Form1.cs +++ b/DataCapture_MA/Form1.cs @@ -41,6 +41,9 @@ AutoMapper.Mapper.Initialize((cfg) => { cfg.AddProfile<MapperConfiguration>(); }); + + // 鍒犻櫎涓�涓湀鍓嶇殑鏁版嵁 + new Thread(AutoDeleteHistoryDate.Handler).Start(); } private void ReceiveHandle() -- Gitblit v1.9.3