2015-05-19 16:46:36 +00:00
|
|
|
|
///
|
2017-03-10 13:59:29 +00:00
|
|
|
|
/// Copyright (c) 2017 Sensus Metering Systems
|
2015-05-19 16:46:36 +00:00
|
|
|
|
///
|
|
|
|
|
|
using TBF.BenchControl.GenericDevices;
|
|
|
|
|
|
|
|
|
|
|
|
namespace TBF.BenchControl.DataEntry.Standard24
|
|
|
|
|
|
{
|
2017-03-10 13:59:29 +00:00
|
|
|
|
public class EntryForm : EntryFormNoStartEnd, IHasWMStatesForm
|
2015-05-19 16:46:36 +00:00
|
|
|
|
{
|
2015-06-29 09:14:33 +00:00
|
|
|
|
public EntryForm()
|
2017-03-10 13:59:29 +00:00
|
|
|
|
: base()
|
2015-06-29 09:14:33 +00:00
|
|
|
|
{
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2016-08-05 12:32:36 +00:00
|
|
|
|
public EntryForm(Generic.IComponentCfg cfg)
|
|
|
|
|
|
: base(cfg)
|
2015-05-19 16:46:36 +00:00
|
|
|
|
{
|
2016-01-04 16:55:39 +00:00
|
|
|
|
}
|
2015-05-19 16:46:36 +00:00
|
|
|
|
}
|
|
|
|
|
|
}
|