变量的更改

This commit is contained in:
2025-07-04 22:16:28 +08:00
parent 61035aaf2e
commit f703e18523
28 changed files with 3758 additions and 1525 deletions

View File

@@ -1,4 +1,5 @@
using CapMachine.Model;
using CapMachine.Core;
using CapMachine.Model;
using CapMachine.Model.CANLIN;
using CapMachine.Wpf.Dtos;
using CapMachine.Wpf.Models;
@@ -23,6 +24,14 @@ namespace CapMachine.Wpf.Services
EventAggregator = eventAggregator;
DialogService = dialogService;
if (ConfigHelper.IsExist("CsvFilePath"))
{
SaveCsvRootPath = ConfigHelper.GetValue("CsvFilePath");
HighSpeedMsgSaveCsvRootPath = ConfigHelper.GetValue("CsvFilePath");
}
}