回读图像功能优化
This commit is contained in:
17
UIShare/GlobalVariable/GlobalConfig.cs
Normal file
17
UIShare/GlobalVariable/GlobalConfig.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using Newtonsoft.Json;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace UIShare.GlobalVariable
|
||||
{
|
||||
public class GlobalConfig
|
||||
{
|
||||
[JsonIgnore]
|
||||
public string SystemPath { get; set; } = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "ACP");
|
||||
public string DefaultCSVFilePath { get; set; } = "";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user