2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2026-03-31 18:38:22 +00:00

Merge branch 'ver-3' of https://github.com/esiur/esiur-dotnet into ver-3

This commit is contained in:
2026-03-17 19:10:35 +03:00
4 changed files with 33 additions and 3 deletions

View File

@@ -458,7 +458,7 @@ public static class DataSerializer
}
else
{
return new TDU(TDUIdentifier.True, null, 0);
return new TDU(TDUIdentifier.False, null, 0);
}
}