1、所有工具参数以Job分隔进行保存到本地

2、PMA工具修改
This commit is contained in:
liu.wenjie
2022-05-11 08:21:47 +08:00
parent 9dcba19b67
commit 900ea68f69
15 changed files with 71 additions and 97 deletions

View File

@@ -904,6 +904,7 @@ namespace ToolLib.VisionJob
}
[NonSerialized]
public FormImageWindow myHalconWindow = new FormImageWindow();
public string JobDirectoryPath { get; set; } = @"D:\VisionSystem\";
}
}