typo
This commit is contained in:
@@ -1041,7 +1041,7 @@ namespace MTC_Adapter
|
||||
// salvo!!! come path#nome
|
||||
axisDict.Add(string.Format("{0}#{1}", i, axisTable[j]), currId);
|
||||
// solo se HO UN NOME valido x asse...
|
||||
if (axisTable[j] != null && axisTable[j] != "-" && axisTable[j] != "" && axisTable[j] != '\0')
|
||||
if (axisTable[j] != null && axisTable[j] != '-' && axisTable[j] != '\0')
|
||||
try
|
||||
{
|
||||
// salvo (per ID) descr asse e processo corrente!
|
||||
|
||||
Reference in New Issue
Block a user