More cleanups

This commit is contained in:
Samuele E. Locatelli
2020-07-15 19:15:37 +02:00
parent e4a11cf59f
commit e60ac347aa
19 changed files with 31 additions and 36 deletions
@@ -76,7 +76,7 @@ namespace NKC_WF.WebUserControls
bool doRaiseEv = false;
// processo evento..
lastCmd = cmp_barcode.inputAcquired.ToUpper();
if (lastCmd == "")
if (string.IsNullOrEmpty(lastCmd))
{
doRaiseEv = true;
}