Network.Camera.Display bug fix. It was not possible to retry ROI-Detection, ver. 2.16.657

This commit is contained in:
Milan Hanajik 2017-09-14 15:21:25 +02:00
parent b06f4a5781
commit f8e2d6c86b
2 changed files with 3 additions and 3 deletions

View File

@ -120,7 +120,7 @@ namespace TBF.BenchControl.Network.Camera.Display
/// <returns>Event.None</returns>
public Event Run()
{
if (displayForm.Completed)
if (!displayForm.Completed)
{
return Event.ModelessFormIsOpen;
}

View File

@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
// Build Number
// Revision
//
[assembly: AssemblyVersion("2.16.656.1")]
[assembly: AssemblyFileVersion("2.16.656.1")]
[assembly: AssemblyVersion("2.16.657.1")]
[assembly: AssemblyFileVersion("2.16.657.1")]