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:
Milan Hanajik
2016-01-19 21:12:35 +01:00
parent bfa506911c
commit a4331c8267
6 changed files with 75 additions and 95 deletions
@@ -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;