临时提交

dep_nodyang
nodyang 2 years ago
parent 9f3c4e30ca
commit d65b6c7475

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

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

Loading…
Cancel
Save