Solves issue with an opened CycleBeginForm after abort and re-selection in Israel:

- CloseCycleBeginForm() -> WaitBeginFormClosed()
- CloseBeginForm() added to SequenceBase(forced dialog close)
- CloseModellFormHandler added to UiBridge.Bridge
This commit is contained in:
Milan Hanajik
2015-03-01 11:13:26 +01:00
parent fc30e160fc
commit c005a5cb26
24 changed files with 363 additions and 145 deletions
@@ -1,8 +1,10 @@
using System;
namespace TBF.BenchControl.GenericDevices
{
interface IHasCompleted
{
bool Completed { get; }
void StartForceCloseHandler();
}
}