变量的更改
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user