fix appunti x test...

This commit is contained in:
Samuele E. Locatelli
2019-11-13 19:15:41 +01:00
parent 47de79cdf0
commit 4a8ae76ea7
+1
View File
@@ -61,6 +61,7 @@ namespace IOB_WIN
/// <param name="valore">valore da scrivere</param>
public void saveStringOnMemBlock(ref byte[] MemBlock, int startPos, int totLen, string valore)
{
// loggare valore? fornire un output con memBlock e NON ref?
try
{
byte[] stringPar = new byte[2];