临时提交

dep_nodyang
nodyang 1 year ago
parent 9f3c4e30ca
commit d65b6c7475

@ -1695,16 +1695,7 @@ namespace Mesnac.Action.ChemicalWeighing.MainDetailControl
timer.Dispose();
}
Task.Factory.StartNew(() =>
{
string str=MemoryCacheHelper.GetCacheItem<string>("plc", () => { return ""; });
if (string.IsNullOrEmpty(str))
{
MemoryCacheHelper.
NewThread();
}
});
Task.Factory.StartNew(NewThread);
}

@ -176,6 +176,9 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\PlugInPlatform\Mesnac.PlugIn.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Office.Interop.Excel">
<HintPath>..\..\Microsoft.Office.Interop.Excel.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Core" />

Loading…
Cancel
Save