fix appunti x test...
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user