ResultsBrowser updated to work with (results and config) database ver.2.9.x, ver. 2.9.329
This commit is contained in:
@@ -164,11 +164,11 @@ namespace TBF.BenchControl.ResultsPrinters.Munich
|
||||
lineNr++;
|
||||
|
||||
PrintAt(e, Tab1, lineNr * SpacingOne, "Qn :");
|
||||
PrintAt(e, Tab2, lineNr * SpacingOne, wm.Qn().ToString());
|
||||
PrintAt(e, Tab2, lineNr * SpacingOne, wm.Q3_Qn().ToString());
|
||||
if (compound)
|
||||
{
|
||||
PrintAt(e, Tab3, lineNr * SpacingOne, "Qn :");
|
||||
PrintAt(e, Tab4, lineNr * SpacingOne, wm.Qn().ToString()); /// TODO !!!!!
|
||||
PrintAt(e, Tab4, lineNr * SpacingOne, wm.Q3_Qn().ToString()); /// TODO !!!!!
|
||||
}
|
||||
lineNr++;
|
||||
|
||||
|
||||
@@ -254,7 +254,7 @@ namespace TBF.BenchControl.Sequences
|
||||
Producer = WaterMeters[i].Producer,
|
||||
MetrologicalClass = WaterMeters[i].MetrologicalClass,
|
||||
ApprovalInfo = WaterMeters[i].ApprovalInfo,
|
||||
Qn = WaterMeters[i].Qn,
|
||||
Q3_Qn = WaterMeters[i].Qn,
|
||||
Compound = compound,
|
||||
};
|
||||
#if IPERLST
|
||||
|
||||
Reference in New Issue
Block a user