Commit 78a0b618 刘韬

屏蔽共享文件夹监控

1 个父辈 fa9958f5
...@@ -61,13 +61,13 @@ namespace DeviceLibrary ...@@ -61,13 +61,13 @@ namespace DeviceLibrary
msg += crc.GetString("Res0180", "找不到库位配置文件") + "\n"; msg += crc.GetString("Res0180", "找不到库位配置文件") + "\n";
} }
folderWatcher = new ShareFolderWatcher(Setting_Init.Device_VJCounterFolder); //folderWatcher = new ShareFolderWatcher(Setting_Init.Device_VJCounterFolder);
if (!folderWatcher.Start(out string errmsg)) //if (!folderWatcher.Start(out string errmsg))
{ //{
IsLoadOk = false; // IsLoadOk = false;
msg += errmsg + "\n"; // msg += errmsg + "\n";
LogUtil.error("ShareFolderWatcher:"+errmsg); // LogUtil.error("ShareFolderWatcher:"+errmsg);
} //}
string MI1PostionFile = "config\\MI1Postion.csv"; string MI1PostionFile = "config\\MI1Postion.csv";
string MI2PostionFile = "config\\MI2Postion.csv"; string MI2PostionFile = "config\\MI2Postion.csv";
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!