설정값 오류 수정

This commit is contained in:
정영민
2025-03-11 11:43:00 +09:00
parent 89b94da223
commit 7c1d243ed0
5 changed files with 941 additions and 1011 deletions

View File

@@ -16,7 +16,7 @@ namespace CHN
[OptionSection]
string defaultInfo;
[OptionKey]
string machineInfoPath = "../ChunilENG/MachineStandardInfo.csv";
string machineInfoPath = "./MachineStandardInfo.csv";
public UI_InputOrFind UI_StandardInfoFile;
public List<StandardInfo> standardInfos = new();