tbf/TBF/BenchControl/DataEntry/Fewa/EntryForm.cs
2019-04-20 10:07:31 +02:00

21 lines
323 B
C#

///
/// Copyright (c) 2019 Sensus Slovensko a.s.
///
using TBF.BenchControl.GenericDevices;
namespace TBF.BenchControl.DataEntry.Fewa
{
public class EntryForm : EntryFormNoStartEnd, IHasWMStatesForm
{
public EntryForm()
: base()
{
}
public EntryForm(Generic.IComponentCfg cfg)
: base(cfg)
{
}
}
}