2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2026-03-13 11:20:39 +00:00

TDUIdentifier.False

This commit is contained in:
2026-02-03 21:40:11 +03:00
parent 7d958bfaf8
commit cb3d565263

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);
}
}