Koncim 8.8.14

This commit is contained in:
Milan Hanajik
2014-08-08 16:25:51 +02:00
parent ae09afef59
commit ffb4d5afb6
8 changed files with 19 additions and 15 deletions
@@ -152,6 +152,7 @@ namespace TBF.BenchControl.TestMethods.FlyingStartCollectionMethod
Bridge.OnTestProgress(this, GetTestProgressData(test, tstRslt, cBrd, flowSetTime, progress));
if (e.Contains(Event.UiCmdStop)) goto stop;
if (e.Contains(Event.OpArgumentError))
if (e.Contains(Event.RegulValveTimeOut)) goto error;
if (e.Contains(Event.Next)) goto flow_set;
}