Double click the hot spot of the last found image location
            
Namespace: Facilita.Fc.CitrixAssembly: fcCitrix (in fcCitrix.dll) Version: 9.5.8.37
public void DoubleClickFoundLocation()
public void DoubleClickFoundLocation()
            Double click the left mouse button in the hot spot of the 
LastFoundLocation Rectangle. 
            This value is set on a successful image match as a result of one of the Wait or Check image/bitmap methods.
            
WaitForImage(@"Painty\OK Button", 684, 552, 22, 16, 10);
DoubleClickFoundLocation();
WaitForImage(@"Painty\OK Button", 684, 552, 22, 16, 10);
DoubleClickFoundLocation();