|
@@ -1,10 +1,4 @@
|
|
|
-/*
|
|
|
- --创建人:韩维柏
|
|
|
- --创建日期:2017-06-20
|
|
|
- --修改人:
|
|
|
- --修改日期:
|
|
|
- --说明:密钥配置、SEM设置
|
|
|
- */
|
|
|
+
|
|
|
using System;
|
|
|
using System.Data;
|
|
|
using System.IO;
|
|
@@ -30,9 +24,9 @@ namespace OTSSysMgrApp
|
|
|
public const int LogMsgID = 0x0465;
|
|
|
#region 全部变量声明
|
|
|
//获取XML 路径
|
|
|
- static string xmlFilePath = string.Empty;// System.Configuration.ConfigurationManager.ConnectionStrings["XMLFilePath"].ConnectionString;
|
|
|
+ static string xmlFilePath = string.Empty;
|
|
|
//日志路径
|
|
|
- static string XMLFileName = string.Empty;//System.Configuration.ConfigurationManager.ConnectionStrings["XMLFileName"].ConnectionString;
|
|
|
+ static string XMLFileName = string.Empty;
|
|
|
//设置日志路径
|
|
|
static NLog.Logger log = NLog.LogManager.GetCurrentClassLogger();
|
|
|
string SubKey = "OTSDevName";
|