DataCapture_MA/Form1.cs @@ -41,6 +41,9 @@ AutoMapper.Mapper.Initialize((cfg) => { cfg.AddProfile<MapperConfiguration>(); }); // 删除一个月前的数据 new Thread(AutoDeleteHistoryDate.Handler).Start(); } private void ReceiveHandle()