Correzione output come Lubro_xx_Num
This commit is contained in:
@@ -84,7 +84,7 @@ namespace MTC_Adapter
|
||||
ident = baseElem.ident;
|
||||
dataRefList = baseElem.dataRefList;
|
||||
|
||||
mLubroNum = new Event(string.Format("{0}_Num", ident));
|
||||
mLubroNum = new Event(string.Format("{0}_Count", ident));
|
||||
mLubroStatus = new Event(string.Format("{0}_Status", ident));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user