mirror of
https://github.com/eggplantlwj/VisionEdit.git
synced 2026-03-23 16:26:35 +08:00
1、所有工具参数以Job分隔进行保存到本地
2、PMA工具修改
This commit is contained in:
14
DataStruct/ConfigData.cs
Normal file
14
DataStruct/ConfigData.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace DataStruct
|
||||
{
|
||||
[Serializable]
|
||||
public class ConfigData
|
||||
{
|
||||
public static string ConfigPath { get; set; } = @"D:\VisionSystem\";
|
||||
}
|
||||
}
|
||||
@@ -44,6 +44,7 @@
|
||||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="ConfigData.cs" />
|
||||
<Compile Include="DataStruct.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user