DataEntry.Standard: Exclamation mark displayed when entering the end-state and volume is out of limit.

This commit is contained in:
Milan Hanajik
2015-04-29 19:03:00 +02:00
parent eb7acef8ae
commit e124f3f406
6 changed files with 209 additions and 15 deletions
@@ -25,6 +25,6 @@ namespace TBF.BenchControl.GenericDevices
/// Displays form at the end of the test to enter water meter start start.
/// </summary>
/// <returns>Operation to be used in the sequence</returns>
IOperation ShowTestEndFormOp();
IOperation ShowTestEndFormOp(float volumeRef, float errLimLo, float errLimHi);
}
}