Commit f660fd77 刘韬

更新IDHIK dll

1 个父辈 db9cdaf9
...@@ -739,9 +739,9 @@ namespace AutoScanAndLabel ...@@ -739,9 +739,9 @@ namespace AutoScanAndLabel
{ {
FileName = path, FileName = path,
//WorkingDirectory = System.IO.Path.Combine(Application.StartupPath, "\\NeoScan"), //WorkingDirectory = System.IO.Path.Combine(Application.StartupPath, "\\NeoScan"),
Verb = "runas" // 这里设置为 "runas" 表示以管理员身份运行 //Verb = "runas" // 这里设置为 "runas" 表示以管理员身份运行
}; };
proes.StartInfo.UseShellExecute = false; //proes.StartInfo.UseShellExecute = false;
proes.Start(); proes.Start();
} }
catch (Exception ex) catch (Exception ex)
......
...@@ -78,7 +78,7 @@ namespace DeviceLibrary ...@@ -78,7 +78,7 @@ namespace DeviceLibrary
try try
{ {
if (fileContainer != null) if (fileContainer == null)
{ {
} }
......
此文件类型无法预览
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!