2015-04-15 18:32:56 +00:00
|
|
|
|
///
|
2017-03-10 13:59:29 +00:00
|
|
|
|
/// Copyright (c) 2017 Sensus Metering Systems
|
2015-04-15 18:32:56 +00:00
|
|
|
|
///
|
2015-03-24 09:09:12 +00:00
|
|
|
|
using TBF.BenchControl.GenericDevices;
|
|
|
|
|
|
|
2016-06-10 10:08:08 +00:00
|
|
|
|
namespace TBF.BenchControl.DataEntry.Standard6
|
2015-03-24 09:09:12 +00:00
|
|
|
|
{
|
2017-03-10 13:59:29 +00:00
|
|
|
|
public class EntryForm : EntryFormNoStartEnd, IHasWMStatesForm
|
2015-03-24 09:09:12 +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-03-24 09:09:12 +00:00
|
|
|
|
{
|
2016-01-04 16:55:39 +00:00
|
|
|
|
}
|
2015-03-24 09:09:12 +00:00
|
|
|
|
}
|
|
|
|
|
|
}
|