This commit is contained in:
parent
bf9743b0c3
commit
9115019723
@ -172,8 +172,8 @@ namespace VEPROMS.CSLA.Library
|
||||
return child.value;
|
||||
}
|
||||
}
|
||||
if (ROID.StartsWith("FFFF")) return string.Format("Invalid Unit RO '{0}'", ROID);
|
||||
return string.Format("Invalid RO '{0}'",ROID);
|
||||
if (ROID.StartsWith("FFFF")) return "?"; // string.Format("Invalid Unit RO '{0}'", ROID);
|
||||
return "?"; // string.Format("Invalid RO '{0}'", ROID);
|
||||
}
|
||||
public rochild GetRoChild12(string ROID16)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user