Commit f660fd77 刘韬

更新IDHIK dll

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