More cleanups
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user