zs
2024-11-21 9f5cd73648a4dd6ad80d5c8e1c14746a8a27b1b6
DataCapture_MA/Form1.cs
@@ -52,10 +52,9 @@
            if (!foundTargetSubnet && ipSelect.Items.Count > 0)
            {
                MessageBox.Show($"未找到网段为 {targetSubnet} 的IP地址,将默认选中第一个IP。", "提示", MessageBoxButtons.OK, MessageBoxIcon.Information);
                //MessageBox.Show($"未找到网段为 {targetSubnet} 的IP地址,将默认选中第一个IP。", "提示", MessageBoxButtons.OK, MessageBoxIcon.Information);
                ipSelect.SelectedIndex = 0;
            }
            to_ipTxt.Text = ipSelect.SelectedItem?.ToString();
            // 初始化 AutoMapper
@@ -71,6 +70,7 @@
            CreateShortcut(shortcutName, targetPath, startupPath); // 创建快捷方式
            StartReceive(); // 启动程序
            CreateDatabase();  // 初始化数据库
            // 删除一个月前的数据
            new Thread(AutoDeleteHistoryDate.Handler).Start();