Fixes occasional problem/crash for an iPearl test with Parts when iPearls are activated after 'End', version 2.1.190.
This commit is contained in:
@@ -13,7 +13,7 @@ namespace TBF.BenchControl.DataEntry.iPerl
|
||||
public class EntryForm : ComponentBase, IOperation, IDataEntry, IHasCycleBeginForm, IHasCycleEndForm, IHasWMStatesForm
|
||||
{
|
||||
private static readonly ILog log = LogManager.GetLogger(typeof(EntryForm));
|
||||
public override string ToString() { return string.Format("DataEntry.Standard24({0})", Cfg.ToString(1)); }
|
||||
public override string ToString() { return string.Format("DataEntry.iPerl({0})", Cfg.ToString(1)); }
|
||||
|
||||
readonly EntryFormCfg entryFormCfg;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user