typo pulizia commenti

This commit is contained in:
Samuele E. Locatelli
2019-10-04 17:11:49 +02:00
parent 0f151faf09
commit fb9bc8cf0c
-25
View File
@@ -635,31 +635,6 @@ namespace C_TRACK
}
Response.Redirect("~/barcode");
}
#if false
DS_applicazione.IstObjRow rigaIstObj;
// calcolo lo stato dell'oggetto...
try
{
rigaIstObj = XPS_data.XPS.obj.taObj.getByIdxObj(mod_barcode1.comandoRegistrato.valore)[0];
currState = rigaIstObj.CodStato;
}
catch
{
}
tipoEsito esito = stateMachine.st.doAction("E_Stati", mod_barcode1.comandoRegistrato.valore, currState, mod_barcode1.comandoRegistrato.prevCmdIn);
if (esito == tipoEsito.ok)
{
msg2show = string.Format("{0}: {1}", mod_barcode1.comandoRegistrato.valore, user_std.UtSn.Traduci("chgStateDone"));
}
else if (esito == tipoEsito.error)
{
msg2show = user_std.UtSn.Traduci("cannotStateChange");
}
else
{
msg2show = user_std.UtSn.Traduci("unknownCmd");
}
#endif
// reset e mostro output...
mod_barcode1.resetMe();
if (msg2show != "")