提交代码
This commit is contained in:
@ -29,7 +29,10 @@ namespace 货架标准上位机
|
||||
/// 日志目录
|
||||
/// </summary>
|
||||
public static readonly string LogDir = Path.Combine(AppDir, "logs");
|
||||
|
||||
/// <summary>
|
||||
/// 资源目录
|
||||
/// </summary>
|
||||
public static readonly string ResourcesDir = Path.Combine(AppDir, "Resources");
|
||||
/// <summary>
|
||||
/// 运行主程序
|
||||
/// </summary>
|
||||
@ -46,6 +49,10 @@ namespace 货架标准上位机
|
||||
/// 帮助文档路径
|
||||
/// </summary>
|
||||
public static readonly string DocPath = Path.Combine(DataDir, "操作说明书.docx");
|
||||
/// <summary>
|
||||
/// 打印模板
|
||||
/// </summary>
|
||||
public static readonly string PrintTemplatePath = Path.Combine(ResourcesDir, "物料条码.btw");
|
||||
|
||||
static object lockConfig = new object();
|
||||
static JsConfig config;
|
||||
|
Reference in New Issue
Block a user