DataEntry.Standard (with checkBoxes) and DataEntry.Combined entry forms added.

IWaterMeter.Disabled supported.
This commit is contained in:
Milan Hanajik
2015-03-24 10:09:47 +01:00
parent 2902f36332
commit d1e9537610
27 changed files with 4572 additions and 0 deletions
@@ -10,5 +10,6 @@ namespace TBF.BenchControl.GenericDevices
string MetrologicalClass { get; }
string SerialNr { get; set; }
string EndState { get; set; }
bool Disabled { get; set; } /// Set to true to hide this watermeter results
}
}