MeterTestRslt.WriteBinary( ) hot fix, ver. 2.26.1598

This commit is contained in:
Milan Hanajik
2021-04-07 10:11:30 +02:00
parent 35483f76bc
commit b5ea0ae008
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -170,7 +170,7 @@ namespace Results.Entities
writer.Write(LastError);
#endif
writer.Write((TestRslt != null && TestRslt.Name() != null) ? TestRslt.Name() : string.Empty);
writer.Write(TestRslt.Part);
writer.Write(TestRslt != null ? TestRslt.Part : 0);
}
public virtual void ReadBinary(BinaryReader reader, IList<TestRslt> testResults)
+2 -2
View File
@@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
// Build Number
// Revision
//
[assembly: AssemblyVersion("2.26.1550.0")]
[assembly: AssemblyFileVersion("2.26.1550.0")]
[assembly: AssemblyVersion("2.26.1598.0")]
[assembly: AssemblyFileVersion("2.26.1598.0")]