Fix serializzazioni varie, vers 1033
This commit is contained in:
@@ -65,7 +65,8 @@ namespace MP_SITE.WebUserControls
|
||||
string hashKeyMSE = memLayer.ML.redHash("Tab:MSE:" + IdxMacchina);
|
||||
string hashKeyAS = memLayer.ML.redHash("Tab:AnagStati");
|
||||
string serVal = "";
|
||||
if (memLayer.ML.redHashPresent(hashKeyMSE))
|
||||
if (memLayer.ML.redKeyPresent(hashKeyMSE))
|
||||
//if (memLayer.ML.redHashPresent(hashKeyMSE))
|
||||
{
|
||||
serVal = memLayer.ML.getRSV(hashKeyMSE);
|
||||
tabMSE = (DS_ProdTempi.MappaStatoExplDataTable)memLayer.ML.deserializeVal(serVal);
|
||||
|
||||
Reference in New Issue
Block a user